[PATCH 2/3] arm: edmqmx6: build entry in lwl target
Lucas Stach
l.stach at pengutronix.de
Wed Dec 17 02:58:20 PST 2014
Only build it at the correct obj or pbl stage where
the entry is needed.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
arch/arm/boards/datamodul-edm-qmx6/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boards/datamodul-edm-qmx6/Makefile b/arch/arm/boards/datamodul-edm-qmx6/Makefile
index bb6d9d848d4f..01c7a259e9a5 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
--
2.1.3
More information about the barebox
mailing list