瀏覽代碼

add pcie feature flag

SVN-Revision: 16293
Imre Kaloz 16 年之前
父節點
當前提交
72d88f2a48
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/target.mk

+ 3 - 0
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