Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- arch/arm/cpu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile index 331c1cd8bc8d..d8cb1871a60f 100644 --- a/arch/arm/cpu/Makefile +++ b/arch/arm/cpu/Makefile @@ -16,8 +16,10 @@ obj-y += start.o entry.o ifeq ($(CONFIG_CPU_64v8), y) obj-y += setupc_64.o +pbl-y += setupc_64.o else obj-y += setupc.o +pbl-y += setupc.o endif # @@ -48,7 +50,7 @@ obj-$(CONFIG_CPU_64v8) += cache-armv8.o AFLAGS_pbl-cache-armv8.o :=-Wa,-march=armv8-a pbl-$(CONFIG_CPU_64v8) += cache-armv8.o -pbl-y += setupc.o entry.o +pbl-y += entry.o pbl-$(CONFIG_PBL_SINGLE_IMAGE) += start-pbl.o pbl-$(CONFIG_PBL_MULTI_IMAGES) += uncompress.o -- 2.9.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox