diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:50:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:50:43 +0000 |
commit | 72d88f2a488596f775ea5c3a23880854b252fb00 (patch) | |
tree | 02e12a213002f3286668ec0e450d51f3d1f39e5a /include/target.mk | |
parent | fb4eb1628390b715abcf050c1d8008b9dd1b2e23 (diff) | |
download | upstream-72d88f2a488596f775ea5c3a23880854b252fb00.tar.gz upstream-72d88f2a488596f775ea5c3a23880854b252fb00.tar.bz2 upstream-72d88f2a488596f775ea5c3a23880854b252fb00.zip |
add pcie feature flag
SVN-Revision: 16293
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |