add pcie feature flag

SVN-Revision: 16293
master
Imre Kaloz 15 years ago
parent fb4eb16283
commit 72d88f2a48
  1. 3
      include/target.mk

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