[PATCH 3/3] arm: board: virt2real: build lowlevel in proper target
Lucas Stach
dev at lynxeye.de
Sun Jan 18 12:57:04 PST 2015
Fixes build with PBL enabled.
Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
arch/arm/boards/virt2real/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boards/virt2real/Makefile b/arch/arm/boards/virt2real/Makefile
index b2f44bba1b5b..01c7a259e9a5 100644
--- a/arch/arm/boards/virt2real/Makefile
+++ b/arch/arm/boards/virt2real/Makefile
@@ -1 +1,2 @@
-obj-y += lowlevel.o board.o
+obj-y += board.o
+lwl-y += lowlevel.o
--
2.1.0
More information about the barebox
mailing list