From 3ae6018b9eaa68123602d42754af827b3705fa92 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Jan 2007 23:01:42 +0000 Subject: [PATCH] - fixup after self. Kernel for the x86 family is now built again --- target/Makefile.in | 2 ++ target/device/x86/Makefile.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/target/Makefile.in b/target/Makefile.in index c4de077063..a65b740196 100644 --- a/target/Makefile.in +++ b/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 diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 0eaa878574..92a1cf6f36 100644 --- a/target/device/x86/Makefile.in +++ b/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 -- 2.30.2