ubuntu-linux-kernel/drivers/firmware/tegra/Makefile

5 lines
147 B
Makefile
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
tegra-bpmp-y = bpmp.o
tegra-bpmp-$(CONFIG_DEBUG_FS) += bpmp-debugfs.o
obj-$(CONFIG_TEGRA_BPMP) += tegra-bpmp.o
obj-$(CONFIG_TEGRA_IVC) += ivc.o