diff options
Diffstat (limited to 'util-linux/lspci.c')
-rw-r--r-- | util-linux/lspci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 3877deb67..0000fbfda 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -16,7 +16,7 @@ | |||
16 | //config: | 16 | //config: |
17 | //config: This version uses sysfs (/sys/bus/pci/devices) only. | 17 | //config: This version uses sysfs (/sys/bus/pci/devices) only. |
18 | 18 | ||
19 | //applet:IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP)) | 19 | //applet:IF_LSPCI(APPLET_NOEXEC(lspci, lspci, BB_DIR_USR_BIN, BB_SUID_DROP, lspci)) |
20 | 20 | ||
21 | //kbuild:lib-$(CONFIG_LSPCI) += lspci.o | 21 | //kbuild:lib-$(CONFIG_LSPCI) += lspci.o |
22 | 22 | ||