mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
![Masahiro Yamada](/assets/img/avatar_default.png)
Kbuild descends into drivers/soc/tegra/ only when CONFIG_ARCH_TEGRA is enabled. (see drivers/soc/Makefile) $(CONFIG_ARCH_TEGRA) in drivers/soc/tegra/Makefile always evaluates to 'y'. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
5 lines
49 B
Makefile
5 lines
49 B
Makefile
obj-y += fuse/
|
|
|
|
obj-y += common.o
|
|
obj-y += pmc.o
|