Makefile (09f455dca74973ef5e42311162c8dff7e83d44a2) | Makefile (601fbec7cf815bc2b26ba2546ac5e8501fc7edae) |
---|---|
1# 2# SPDX-License-Identifier: GPL-2.0+ 3# 4 5# Machine directory name. This list is sorted alphanumerically 6# by CONFIG_* macro name. 7machine-$(CONFIG_ARCH_AT91) += at91 | 1# 2# SPDX-License-Identifier: GPL-2.0+ 3# 4 5# Machine directory name. This list is sorted alphanumerically 6# by CONFIG_* macro name. 7machine-$(CONFIG_ARCH_AT91) += at91 |
8machine-$(CONFIG_ARCH_DAVINCI) += davinci |
|
8# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA 9machine-$(CONFIG_TEGRA) += tegra 10 11machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y)) 12 13libs-y += $(machdirs) 14 15head-y := arch/arm/cpu/$(CPU)/start.o --- 27 unchanged lines hidden --- | 9# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA 10machine-$(CONFIG_TEGRA) += tegra 11 12machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y)) 13 14libs-y += $(machdirs) 15 16head-y := arch/arm/cpu/$(CPU)/start.o --- 27 unchanged lines hidden --- |