From 8d583fc01a44c04c1872b2c6144a221df30ee78d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 00:58:18 +0000 Subject: - generalize the menuconfig linux kernel support - simplify toplevel mkdir rules a tiny bit --- target/device/x86/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/x86/Makefile.in') diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 92a1cf6f3..b64e73205 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,3 +1,3 @@ -ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) +ifeq ($(strip $(BR2_TARGET_GENERIC)),y) include target/device/x86/i386/Makefile.in endif -- cgit v1.2.3