diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-18 11:38:36 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-18 11:38:36 +0000 |
commit | fe87235dfe3adacf946d3e380e0637231ed54e35 (patch) | |
tree | 0fac2cfbc1e62acd87515e861e88f2001dd4103f /target/device/jp/q5/Makefile.in | |
parent | bd10a460b34237236467b66f48c70978afe1da23 (diff) |
Use BOARD_PATH instead of JP_Q5_PATH
Diffstat (limited to 'target/device/jp/q5/Makefile.in')
-rw-r--r-- | target/device/jp/q5/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/device/jp/q5/Makefile.in b/target/device/jp/q5/Makefile.in index ed562f223..a95b24546 100644 --- a/target/device/jp/q5/Makefile.in +++ b/target/device/jp/q5/Makefile.in @@ -1,9 +1,10 @@ -JP_Q5_PATH=target/device/jp/q5 +#JP_Q5_PATH=target/device/jp/q5 +BOARD_PATH=target/device/jp/q5 -BR2_PACKAGE_BUSYBOX_CONFIG=$(JP_Q5_PATH)/busybox.config -UCLIBC_CONFIG_FILE=$(JP_Q5_PATH)/uClibc.config.$(ARCH) +BR2_PACKAGE_BUSYBOX_CONFIG=$(BOARD_PATH)/busybox.config +UCLIBC_CONFIG_FILE=$(BOARD_PATH)/uClibc.config.$(ARCH) -TARGET_SKELETON=$(JP_Q5_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(JP_Q5_PATH)/device_table.txt +TARGET_SKELETON=$(BOARD_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt TARGETS+=linux |