
This was applied to fix a suspected reboot issue, but it turns out this was not the source of it. This reverts commit ed828ec374bbd9f3a538a0c92421e9e0074b078f.
10 lines
336 B
Makefile
Executable file
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
|