From b7e38de9ebd50a65b2a4246f59a6ddea5675c49a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Jan 2007 21:53:20 +0000 Subject: - apply Soekris update from Eric Milon - mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish) --- target/device/x86/i386/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/device/x86/i386/Makefile.in') diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 7b870b9dc..5711c38e7 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -1,3 +1,7 @@ -X86_I386_PATH=target/device/x86/i386 +BR2_BOARD_PATH:=target/device/x86/i386 + +ifndef LINUX26_KCONFIG +LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config +endif TARGETS+=linux26 -- cgit v1.2.3