mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
do not enable libkmod (issue #164)
This commit is contained in:
parent
a5d4c65533
commit
265424b101
@ -21,6 +21,7 @@ pciutils_target := \
|
||||
$(CROSS_TOOLS) \
|
||||
ZLIB=no \
|
||||
HWDB=no \
|
||||
LIBKMOD=no \
|
||||
SHARED=yes \
|
||||
IDSDIR="/" \
|
||||
PREFIX="/" \
|
||||
@ -30,6 +31,7 @@ pciutils_target := \
|
||||
$(CROSS_TOOLS) \
|
||||
ZLIB=no \
|
||||
HWDB=no \
|
||||
LIBKMOD=no \
|
||||
SHARED=yes \
|
||||
PREFIX="/" \
|
||||
DESTDIR="$(INSTALL)" \
|
||||
|
Loading…
Reference in New Issue
Block a user