diff options
Diffstat (limited to 'package/pciutils/pciutils.mk')
-rw-r--r-- | package/pciutils/pciutils.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index c1aa6b522d..5df3a1708c 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -12,25 +12,25 @@ PCIUTILS_LICENSE = GPLv2+ PCIUTILS_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_ZLIB),y) - PCIUTILS_ZLIB=yes - PCIUTILS_DEPENDENCIES += zlib +PCIUTILS_ZLIB=yes +PCIUTILS_DEPENDENCIES += zlib else - PCIUTILS_ZLIB=no +PCIUTILS_ZLIB=no endif PCIUTILS_DNS = no ifeq ($(BR2_PACKAGE_KMOD),y) - PCIUTILS_DEPENDENCIES += kmod - PCIUTILS_KMOD = yes +PCIUTILS_DEPENDENCIES += kmod +PCIUTILS_KMOD = yes else - PCIUTILS_KMOD = no +PCIUTILS_KMOD = no endif ifeq ($(BR2_STATIC_LIBS),y) - PCIUTILS_SHARED=no +PCIUTILS_SHARED=no else - PCIUTILS_SHARED=yes +PCIUTILS_SHARED=yes endif PCIUTILS_MAKE_OPTS = \ @@ -47,7 +47,7 @@ PCIUTILS_MAKE_OPTS = \ # Build after busybox since it's got a lightweight lspci ifeq ($(BR2_PACKAGE_BUSYBOX),y) - PCIUTILS_DEPENDENCIES += busybox +PCIUTILS_DEPENDENCIES += busybox endif define PCIUTILS_CONFIGURE_CMDS |