]> git.sur5r.net Git - u-boot/blob - arch/mips/Makefile
MIPS: Kconfig: refactor machine setup
[u-boot] / arch / mips / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 head-y := arch/mips/cpu/start.o
6
7 libs-y += arch/mips/cpu/
8 libs-y += arch/mips/lib/
9
10 machine-$(CONFIG_SOC_AU1X00) += au1x00
11
12 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
13 libs-y += $(machdirs)
14
15 PLATFORM_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))