mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
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:
parent
564984570c
commit
b7f667a3ba
1
devicemodel/Makefile
Executable file → Normal file
1
devicemodel/Makefile
Executable file → Normal file
@ -66,7 +66,6 @@ LIBS = -lrt
|
||||
LIBS += -lpthread
|
||||
LIBS += -lcrypto
|
||||
LIBS += -lpciaccess
|
||||
LIBS += -lz
|
||||
LIBS += -luuid
|
||||
LIBS += -lusb-1.0
|
||||
LIBS += -lacrn-mngr
|
||||
|
Loading…
Reference in New Issue
Block a user