dm: Do not link to zlib

Since zlib is not used, remove linking to it. This reduces build
dependencies.

Tracked-On: #4838
Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
Helmut Buchsbaum 2020-04-07 11:16:38 +02:00 committed by wenlingz
parent 564984570c
commit b7f667a3ba
1 changed files with 0 additions and 1 deletions

1
devicemodel/Makefile Executable file → Normal file
View File

@ -66,7 +66,6 @@ LIBS = -lrt
LIBS += -lpthread
LIBS += -lcrypto
LIBS += -lpciaccess
LIBS += -lz
LIBS += -luuid
LIBS += -lusb-1.0
LIBS += -lacrn-mngr