]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/tegra124/Makefile
ARM: tegra: create common XUSB padctl driver file
[u-boot] / arch / arm / mach-tegra / tegra124 / Makefile
index ef2da29f3085c4c3e4da20a4115e2685d9ccb661..c00de6151e2d97d4d39302b646c908871caa63e5 100644 (file)
@@ -11,3 +11,8 @@ obj-y += clock.o
 obj-y  += funcmux.o
 obj-y  += pinmux.o
 obj-y  += xusb-padctl.o
+obj-y  += ../xusb-padctl-common.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_ARMV7_NONSEC) += psci.o
+endif