]> Git Repo - J-u-boot.git/commitdiff
stm32mp1: Makefile cleanup
authorPatrick Delaunay <[email protected]>
Tue, 30 Jul 2019 17:16:53 +0000 (19:16 +0200)
committerPatrice Chotard <[email protected]>
Tue, 27 Aug 2019 09:19:23 +0000 (11:19 +0200)
Don't compile psci for SPL build.

Signed-off-by: Patrick Delaunay <[email protected]>
arch/arm/mach-stm32mp/Makefile

index ad5fd46ccdabf35d782ce3c112398fed111bd0d5..eee39c27c3a189af3a0f683b54e3f4f7f0194574 100644 (file)
@@ -12,7 +12,8 @@ obj-y += spl.o
 else
 obj-y += bsec.o
 obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
-endif
 obj-$(CONFIG_ARMV7_PSCI) += psci.o
+endif
+
 obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
This page took 0.036004 seconds and 4 git commands to generate.