From acd95e608db4c65673432dfe63600a79d9830320 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 18 Mar 2008 11:47:31 +0000 Subject: Use BOARD_PATH instead of SOEKRIS_NET4801_PATH --- target/device/Soekris/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'target/device/Soekris') diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index 9418ba007..dad429a28 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -10,16 +10,17 @@ endif endif -SOEKRIS_NET4801_PATH=target/device/Soekris/net4801 +#SOEKRIS_NET4801_PATH=target/device/Soekris/net4801 +BOARD_PATH=target/device/Soekris/net4801 ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y) -UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config -BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config +UCLIBC_CONFIG_FILE:=$(BOARD_PATH)/uClibc.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) TARGETS+=linux26 include target/device/Soekris/soekris_gpio/soekris_gpio.mk -LINUX26_KCONFIG=$(SOEKRIS_NET4801_PATH)/linux26.config +LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config endif endif -- cgit v1.2.3