From: Imre Kaloz Date: Tue, 2 Jun 2009 09:50:43 +0000 (+0000) Subject: add pcie feature flag X-Git-Tag: reboot~23304 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=72d88f2a488596f775ea5c3a23880854b252fb00;p=openwrt%2Fstaging%2Fchunkeey.git add pcie feature flag SVN-Revision: 16293 --- diff --git a/include/target.mk b/include/target.mk index 7edd6f4187..1f28fbaa00 100644 --- a/include/target.mk +++ b/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