4 lines
66 B
Makefile
4 lines
66 B
Makefile
ifeq ($(strip $(BR2_PACKAGE_PCIUTILS)),y)
|
|
TARGETS+=pciutils
|
|
endif
|
ifeq ($(strip $(BR2_PACKAGE_PCIUTILS)),y)
|
|
TARGETS+=pciutils
|
|
endif
|