浏览代码

- fixup after self. Kernel for the x86 family is now built again

Bernhard Reutner-Fischer 18 年之前
父节点
当前提交
3ae6018b9e
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 2 0
      target/Makefile.in
  2. 0 1
      target/device/x86/Makefile.in

+ 2 - 0
target/Makefile.in

@@ -6,3 +6,5 @@ include target/arm/Makefile.in
 include target/powerpc/Makefile.in
 # and finally build the filesystems/tarballs
 include target/*/*.mk
+# kernel rules
+include target/linux*.mk

+ 0 - 1
target/device/x86/Makefile.in

@@ -1,4 +1,3 @@
 ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
 include target/device/x86/i386/Makefile.in
-include target/device/x86/i386/*.mk
 endif