[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: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
4f8d98ff48
commit
b26d0ab0e6
|
@ -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…
Reference in New Issue