mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-10 05:36:55 +03: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>
3 lines
75 B
Makefile
3 lines
75 B
Makefile
obj-$(CONFIG_TEGRA) += $(SOC)-common/
|
|
obj-$(CONFIG_TEGRA) += tegra-common/
|