]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/sunxi/Makefile
ARM: sunxi: Add sun6i specific PSCI implementation
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / sunxi / Makefile
index 85fbc850c4d6cf0438b337b29d01de5a80fa06df..4b783e073a97c42913c19ab7b52b2bceafba4948 100644 (file)
@@ -35,6 +35,7 @@ obj-$(CONFIG_AXP221_POWER)    += pmic_bus.o
 
 ifndef CONFIG_SPL_BUILD
 ifdef CONFIG_ARMV7_PSCI
+obj-$(CONFIG_MACH_SUN6I)       += psci_sun6i.o
 obj-$(CONFIG_MACH_SUN7I)       += psci_sun7i.o
 endif
 endif