]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/tegra124/Makefile
ARM: rmobile: Add R8A77995 SoC
[u-boot] / arch / arm / mach-tegra / tegra124 / Makefile
index ef2da29f3085c4c3e4da20a4115e2685d9ccb661..d275dafdc4f85a5f754d23bd70be1f230e7f09b0 100644 (file)
@@ -10,4 +10,10 @@ obj-$(CONFIG_SPL_BUILD) += cpu.o
 obj-y  += clock.o
 obj-y  += funcmux.o
 obj-y  += pinmux.o
+obj-y  += pmc.o
 obj-y  += xusb-padctl.o
+obj-y  += ../xusb-padctl-common.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_ARMV7_NONSEC) += psci.o
+endif