Skip to content
Snippets Groups Projects
Commit 6479b691 authored by Daniel Schwierzeck's avatar Daniel Schwierzeck
Browse files

MIPS: Kconfig: refactor machine setup


Refactor machine setup like it is done on ARM. While on it,
also support "include <mach/file.h" for machine specific
header files.

Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 0fc13a90
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,9 @@ head-y := arch/mips/cpu/start.o
libs-y += arch/mips/cpu/
libs-y += arch/mips/lib/
libs-$(CONFIG_SOC_AU1X00) += arch/mips/mach-au1x00/
machine-$(CONFIG_SOC_AU1X00) += au1x00
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
libs-y += $(machdirs)
PLATFORM_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment