From d868ac77e13be15b9ae16358fb9e2aa16d238034 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 2 Jun 2009 09:50:43 +0000 Subject: add pcie feature flag git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/target.mk') 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 -- cgit v1.2.3