diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-18 11:43:00 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-18 11:43:00 +0000 |
commit | f827151c362b540da9c675bd097c7bea09938038 (patch) | |
tree | 03444f83973d19e2f454aa420566e272843d8237 /target/device/Sharp | |
parent | a53996b2a657321ef029fb07c406b4517d198019 (diff) |
Use BOARD_PATH instead of SHARP_LNODE80_PATH
Diffstat (limited to 'target/device/Sharp')
-rw-r--r-- | target/device/Sharp/LNode80/Makefile.in | 7 | ||||
-rw-r--r-- | target/device/Sharp/LNode80/linux.mk | 2 |
2 files changed, 5 insertions, 4 deletions
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/ |