瀏覽代碼

Use x86 Makefile only if x86 is choosen

Ulf Samuelsson 17 年之前
父節點
當前提交
42b0271533
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      target/x86/Makefile.in

+ 2 - 0
target/x86/Makefile.in

@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
 include target/x86/*/*.mk
+endif