kernel_samsung_a53x/drivers/soc/samsung/acpm/Makefile
Nahuel Gómez 4d8a45c523 Revert "drivers: soc: samsung: acpm: disable lto"
This was applied to fix a suspected reboot issue, but it turns out this was not the source of it.

This reverts commit ed828ec374bbd9f3a538a0c92421e9e0074b078f.
2025-01-21 21:30:36 +01:00

10 lines
336 B
Makefile
Executable file

#
# Makefile for ACPM.
#
obj-$(CONFIG_EXYNOS_ACPM) += exynos_acpm.o
exynos_acpm-$(CONFIG_EXYNOS_ACPM) += acpm.o acpm_ipc.o
exynos_acpm-$(CONFIG_EXYNOS_MFD_I3C) += acpm_mfd_i3c.o
exynos_acpm-$(CONFIG_EXYNOS_MFD_SPMI) += acpm_mfd_spmi.o
obj-$(CONFIG_EXYNOS_ACPM_S2D) += acpm_s2d.o
obj-$(CONFIG_EXYNOS_ACPM_PLGDBG) += plugin_dbg.o