add pcie feature flag

SVN-Revision: 16293
This commit is contained in:
Imre Kaloz 2009-06-02 09:50:43 +00:00
parent fb4eb16283
commit 72d88f2a48

View File

@ -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