add pcie feature flag

SVN-Revision: 16293
v19.07.3_mercusys_ac12_duma
Imre Kaloz 15 years ago
parent fb4eb16283
commit 72d88f2a48

@ -144,6 +144,9 @@ ifeq ($(DUMP),1)
ifneq ($(CONFIG_PCI),)
FEATURES += pci
endif
ifneq ($(CONFIG_PCIEPORTBUS),)
FEATURES += pcie
endif
ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),)
FEATURES += usb
endif

Loading…
Cancel
Save