mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 15:44:01 +08: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
|