mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
620118403e
This commit moves source files as follows: arch/arm/cpu/arm920t/at91/* -> arch/arm/mach-at91/arm920t/* arch/arm/cpu/arm926ejs/at91/* -> arch/arm/mach-at91/arm926ejs/* arch/arm/cpu/armv7/at91/* -> arch/arm/mach-at91/armv7/* arch/arm/cpu/at91-common/* -> arch/arm/mach-at91/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.co>
5 lines
205 B
Makefile
5 lines
205 B
Makefile
obj-$(CONFIG_TEGRA20) += tegra20-common/
|
|
obj-$(CONFIG_TEGRA30) += tegra30-common/
|
|
obj-$(CONFIG_TEGRA114) += tegra114-common/
|
|
obj-$(CONFIG_TEGRA124) += tegra124-common/
|
|
obj-$(CONFIG_TEGRA) += tegra-common/
|