summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Makefile
diff options
context:
space:
mode:
authorChris Zankel2007-09-13 22:44:07 +0200
committerChris Zankel2008-02-14 01:45:06 +0100
commitb26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2 (patch)
treea602dca2464a59d1f230639b95885b3e04913091 /arch/xtensa/Makefile
parent[XTENSA] Add .literal sections for various init sectiont to linker script (diff)
downloadkernel-qcow2-linux-b26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2.tar.gz
kernel-qcow2-linux-b26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2.tar.xz
kernel-qcow2-linux-b26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2.zip
[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>
Diffstat (limited to 'arch/xtensa/Makefile')
-rw-r--r--arch/xtensa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile
index 56685a883347..4bd1e14c6b90 100644
--- a/arch/xtensa/Makefile
+++ b/arch/xtensa/Makefile
@@ -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)