summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-12-17 11:58:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-17 13:47:05 +0100
commita1a2d44eedae040fa0e184a815b559714e324a75 (patch)
treeccde2f0c5a3c93ab7320ad98df34dd15d5cd269e
parent3697305b486bda8d1abc836d6f324a87467798b1 (diff)
downloadbarebox-a1a2d44eedae040fa0e184a815b559714e324a75.tar.gz
barebox-a1a2d44eedae040fa0e184a815b559714e324a75.tar.xz
arm: edmqmx6: build entry in lwl target
Only build it at the correct obj or pbl stage where the entry is needed. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/boards/datamodul-edm-qmx6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/datamodul-edm-qmx6/Makefile b/arch/arm/boards/datamodul-edm-qmx6/Makefile
index bb6d9d848d..01c7a259e9 100644
--- a/arch/arm/boards/datamodul-edm-qmx6/Makefile
+++ b/arch/arm/boards/datamodul-edm-qmx6/Makefile
@@ -1,2 +1,2 @@
-obj-y += board.o lowlevel.o
-pbl-y += lowlevel.o
+obj-y += board.o
+lwl-y += lowlevel.o