mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 19:35:15 +07:00
a2686766c8
Subsequent patches will move some of the initialization code from SoC setup code to regular initcalls. To prevent breakage on other SoCs in multi-platform builds, these initcalls need to check that they indeed run on Tegra. Signed-off-by: Thierry Reding <treding@nvidia.com>
4 lines
72 B
Makefile
4 lines
72 B
Makefile
obj-$(CONFIG_ARCH_TEGRA) += fuse/
|
|
|
|
obj-$(CONFIG_ARCH_TEGRA) += common.o
|