mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
37d82beb57
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/
|