From f827151c362b540da9c675bd097c7bea09938038 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 18 Mar 2008 11:43:00 +0000 Subject: Use BOARD_PATH instead of SHARP_LNODE80_PATH --- target/device/Sharp/LNode80/Makefile.in | 7 ++++--- target/device/Sharp/LNode80/linux.mk | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'target/device') diff --git a/target/device/Sharp/LNode80/Makefile.in b/target/device/Sharp/LNode80/Makefile.in index 679fb1d9f..d54306b38 100644 --- a/target/device/Sharp/LNode80/Makefile.in +++ b/target/device/Sharp/LNode80/Makefile.in @@ -1,6 +1,7 @@ -SHARP_LNODE80_PATH=target/device/Sharp/LNode80 +# SHARP_LNODE80_PATH=target/device/Sharp/LNode80 +BOARD_PATH=target/device/Sharp/LNode80 -TARGET_SKELETON=$(SHARP_LNODE80_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(SHARP_LNODE80_PATH)/device_table.txt +TARGET_SKELETON=$(BOARD_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt TARGETS+=linux diff --git a/target/device/Sharp/LNode80/linux.mk b/target/device/Sharp/LNode80/linux.mk index 880b550ac..28a786fc0 100644 --- a/target/device/Sharp/LNode80/linux.mk +++ b/target/device/Sharp/LNode80/linux.mk @@ -32,7 +32,7 @@ LINUX_KERNEL=zImage-$(LINUX_VERSION)-$(ARCH) # Linux kernel configuration file -LINUX_KCONFIG=$(SHARP_LNODE80_PATH)/linux.config +LINUX_KCONFIG=$(BOARD_PATH)/linux.config # kernel patches LINUX_PATCH_DIR=target/device/Sharp/LNode80/kernel-patches/ -- cgit v1.2.3