2014-11-21 22:51:33 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-01-29 13:56:20 +00:00
|
|
|
head-y := arch/mips/cpu/start.o
|
2014-11-21 22:51:33 +00:00
|
|
|
|
2015-01-29 13:56:20 +00:00
|
|
|
libs-y += arch/mips/cpu/
|
2014-11-21 22:51:33 +00:00
|
|
|
libs-y += arch/mips/lib/
|
2015-01-29 13:47:01 +00:00
|
|
|
|
2015-12-21 15:35:13 +00:00
|
|
|
machine-$(CONFIG_SOC_AU1X00) += au1x00
|
|
|
|
|
|
|
|
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
|
|
|
|
libs-y += $(machdirs)
|
|
|
|
|
|
|
|
PLATFORM_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
|