]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/Makefile
Convert CONFIG_CMD_PCI to Kconfig
[u-boot] / arch / arm / cpu / armv8 / Makefile
index e780afcde25ae918f9767952d96e500c092e9217..c447085fe4317cbedcbd853db2673b4a85ef5d2c 100644 (file)
@@ -16,10 +16,12 @@ 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
-obj-$(CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
+obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
 
 obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
 obj-$(CONFIG_S32V234) += s32v234/