- fixup after self. Kernel for the x86 family is now built again
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:01:42 +0000 (23:01 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:01:42 +0000 (23:01 -0000)
target/Makefile.in
target/device/x86/Makefile.in

index c4de0770630b1ee2bdb9c603d6c538ff159daeae..a65b740196c691f5faafe812fec2c3f00c2c47e9 100644 (file)
@@ -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
index 0eaa8785742498b7c093e9af5e718ee889b3466b..92a1cf6f368b14d21378638aa600a698a775e69f 100644 (file)
@@ -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