mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 22:07:21 +00:00
This patch moves Tegra specific directory entries from the toplevel Makefile and spl/Makefile to arch/arm/cpu/*/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Warren <TWarren@nvidia.com>
2 lines
75 B
Makefile
2 lines
75 B
Makefile
obj-$(CONFIG_TEGRA) += $(SOC)-common/
|
|
obj-$(CONFIG_TEGRA) += tegra-common/
|