]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/sunxi/Makefile
ARM: sunxi: Share sun6i PSCI backend with sun8i
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / sunxi / Makefile
index 4b783e073a97c42913c19ab7b52b2bceafba4948..76c7e555f1d79e55f37ae12cb5fd539ef6cbc4c0 100644 (file)
@@ -37,6 +37,7 @@ ifndef CONFIG_SPL_BUILD
 ifdef CONFIG_ARMV7_PSCI
 obj-$(CONFIG_MACH_SUN6I)       += psci_sun6i.o
 obj-$(CONFIG_MACH_SUN7I)       += psci_sun7i.o
+obj-$(CONFIG_MACH_SUN8I)       += psci_sun6i.o
 endif
 endif