[PATCH 04/11] memsize: Compile for PBL aswell

Sascha Hauer s.hauer at pengutronix.de
Thu Jul 16 01:50:21 PDT 2015


Detecting the memory size is a domain for PBL, so compile it for PBL
aswell.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 common/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Makefile b/common/Makefile
index 74801f7..ed131c8 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -5,7 +5,7 @@ obj-y				+= clock.o
 obj-y				+= console_common.o
 obj-y				+= startup.o
 obj-y				+= misc.o
-obj-y				+= memsize.o
+obj-pbl-y			+= memsize.o
 obj-y				+= resource.o
 obj-y				+= bootsource.o
 obj-$(CONFIG_AUTO_COMPLETE)	+= complete.o
-- 
2.1.4




More information about the barebox mailing list