Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
# dc232b Makefile
+1 −0
Original line number Diff line number Diff line
# fsf Makefile