summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/freescale-mx6-sabresd
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-02-22 13:44:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-04 09:23:45 +0100
commit2ecdea32dde307acd5b3f1c49ac666d4c494dfe9 (patch)
treea5b0278a5d8702b1546098c6ea36e93822c87352 /arch/arm/boards/freescale-mx6-sabresd
parent13b4e37c1cec01079858bbd3429b0a45812c01b8 (diff)
downloadbarebox-2ecdea32dde307acd5b3f1c49ac666d4c494dfe9.tar.gz
barebox-2ecdea32dde307acd5b3f1c49ac666d4c494dfe9.tar.xz
switch more boards to lwl-y
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/freescale-mx6-sabresd')
-rw-r--r--arch/arm/boards/freescale-mx6-sabresd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boards/freescale-mx6-sabresd/Makefile b/arch/arm/boards/freescale-mx6-sabresd/Makefile
index 21fb7d9f93..d44f697718 100644
--- a/arch/arm/boards/freescale-mx6-sabresd/Makefile
+++ b/arch/arm/boards/freescale-mx6-sabresd/Makefile
@@ -1,4 +1,3 @@
-obj-y += board.o flash_header.o
-pbl-y += flash_header.o
-obj-y += lowlevel.o
-pbl-y += lowlevel.o
+obj-y += board.o
+lwl-y += flash_header.o
+lwl-y += lowlevel.o