mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 09:15:03 +07:00
7232398abc
This commit converts the PMC support code to a platform driver. Because the boot process needs to call into this driver very early, also set up a minimal environment via an early initcall. Signed-off-by: Thierry Reding <treding@nvidia.com>
5 lines
106 B
Makefile
5 lines
106 B
Makefile
obj-$(CONFIG_ARCH_TEGRA) += fuse/
|
|
|
|
obj-$(CONFIG_ARCH_TEGRA) += common.o
|
|
obj-$(CONFIG_ARCH_TEGRA) += pmc.o
|