mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 02:31:27 +02:00
7 lines
246 B
Makefile
7 lines
246 B
Makefile
obj-$(CONFIG_AT91FAMILY) += at91-common/
|
|
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/
|