From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:53 +0000 (+0200) Subject: stm32mp1: Makefile cleanup X-Git-Tag: v2019.10-rc4~31^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d401e96cff387e1cb57f5b2102862e8f24a3c02;p=platform%2Fkernel%2Fu-boot.git stm32mp1: Makefile cleanup Don't compile psci for SPL build. Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/mach-stm32mp/Makefile b/arch/arm/mach-stm32mp/Makefile index ad5fd46..eee39c2 100644 --- a/arch/arm/mach-stm32mp/Makefile +++ b/arch/arm/mach-stm32mp/Makefile @@ -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