Commit 72197b18 authored by Johannes Weiner's avatar Johannes Weiner Committed by Chris Zankel

xtensa: variant-specific code

Allow the variant to provide real code.  Add empty dummy Makefiles for
the existing variants.
Signed-off-by: default avatarJohannes Weiner <jw@emlix.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent e5083a63
......@@ -68,6 +68,9 @@ LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
head-y := arch/xtensa/kernel/head.o
core-y += arch/xtensa/kernel/ arch/xtensa/mm/
ifneq ($(VARIANT),)
core-y += arch/xtensa/variants/$(VARIANT)/
endif
ifneq ($(PLATFORM),)
core-y += arch/xtensa/platforms/$(PLATFORM)/
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment