]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/Makefile
Merge git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / cpu / armv8 / Makefile
index 65915eec3646ce51ace721424bcf380a6418f460..12495474360b6508584a606475e49392803c521c 100644 (file)
@@ -8,7 +8,9 @@
 extra-y        := start.o
 
 obj-y  += cpu.o
+ifndef CONFIG_$(SPL_TPL_)TIMER
 obj-y  += generic_timer.o
+endif
 obj-y  += cache_v8.o
 obj-y  += exceptions.o
 obj-y  += cache.o
@@ -16,6 +18,8 @@ obj-y += tlb.o
 obj-y  += transition.o
 obj-y  += fwcall.o
 obj-y  += cpu-dt.o
+obj-$(CONFIG_ARM_SMCCC)                += smccc-call.o
+
 ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
 endif