From 37ae66f4626045b255c84b6245e8c3a0cc9b1314 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 29 Jan 2009 17:52:39 +0000 Subject: Clean up x86 support --- target/device/x86/i386/Makefile.in | 11 ----------- 1 file changed, 11 deletions(-) (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 7c9dec46b..a9b676672 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -1,14 +1,3 @@ -# BR2_BOARD_PATH:=target/device/x86/i386 -BOARD_PATH:=target/device/x86/i386 - -ifeq ($(strip $(BR2_PACKAGE_LINUX_KCONFIG)),) -ifndef LINUX26_KCONFIG -LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config -endif -else -LINUX26_KCONFIG=$(strip $(BR2_PACKAGE_LINUX_KCONFIG)) -endif - ifeq ($(strip $(BR2_PACKAGE_LINUX_FORMAT)),) ifndef LINUX26_FORMAT LINUX26_FORMAT=bzImage -- cgit v1.2.3