]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/sunxi/Makefile
ARM: sunxi: Make PSCI code sun7i specific
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / sunxi / Makefile
index 7ef6b4c61a4678386049c27ad9a4725746d1ccbc..85fbc850c4d6cf0438b337b29d01de5a80fa06df 100644 (file)
@@ -35,7 +35,7 @@ obj-$(CONFIG_AXP221_POWER)    += pmic_bus.o
 
 ifndef CONFIG_SPL_BUILD
 ifdef CONFIG_ARMV7_PSCI
-obj-y  += psci.o
+obj-$(CONFIG_MACH_SUN7I)       += psci_sun7i.o
 endif
 endif