* [Buildroot] svn commit: trunk/buildroot/target/device/Sharp/LNode80
@ 2008-03-18 11:43 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2008-03-18 11:43 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2008-03-18 04:43:00 -0700 (Tue, 18 Mar 2008)
New Revision: 21387
Log:
Use BOARD_PATH instead of SHARP_LNODE80_PATH
Modified:
trunk/buildroot/target/device/Sharp/LNode80/Makefile.in
trunk/buildroot/target/device/Sharp/LNode80/linux.mk
Changeset:
Modified: trunk/buildroot/target/device/Sharp/LNode80/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Sharp/LNode80/Makefile.in 2008-03-18 11:41:03 UTC (rev 21386)
+++ trunk/buildroot/target/device/Sharp/LNode80/Makefile.in 2008-03-18 11:43:00 UTC (rev 21387)
@@ -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
Modified: trunk/buildroot/target/device/Sharp/LNode80/linux.mk
===================================================================
--- trunk/buildroot/target/device/Sharp/LNode80/linux.mk 2008-03-18 11:41:03 UTC (rev 21386)
+++ trunk/buildroot/target/device/Sharp/LNode80/linux.mk 2008-03-18 11:43:00 UTC (rev 21387)
@@ -32,7 +32,7 @@
# 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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-18 11:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 11:43 [Buildroot] svn commit: trunk/buildroot/target/device/Sharp/LNode80 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox