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

Commit b26d0ab0 authored by Chris Zankel's avatar Chris Zankel
Browse files

[XTENSA] Concentrate platforms into one platforms directory.



Create arch/xtensa/platforms/ directory to concentrate
all platforms under that subdirectory and moves the ISS platform
to that directory.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 4f8d98ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ 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 ($(PLATFORM),)
core-y		+= arch/xtensa/platform-$(PLATFORM)/
core-y		+= arch/xtensa/platforms/$(PLATFORM)/
endif
libs-y		+= arch/xtensa/lib/ $(LIBGCC)

Loading