summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms/iss/Makefile
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2007-09-14 00:44:07 +0400
committerChris Zankel <chris@zankel.net>2008-02-14 03:45:06 +0300
commitb26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2 (patch)
treea602dca2464a59d1f230639b95885b3e04913091 /arch/xtensa/platforms/iss/Makefile
parent4f8d98ff4825336b23372bb552852625fc90d3b1 (diff)
downloadlinux-b26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2.tar.xz
[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/platforms/iss/Makefile')
-rw-r--r--arch/xtensa/platforms/iss/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/xtensa/platforms/iss/Makefile b/arch/xtensa/platforms/iss/Makefile
new file mode 100644
index 000000000000..af96e314d71f
--- /dev/null
+++ b/arch/xtensa/platforms/iss/Makefile
@@ -0,0 +1,8 @@
+# $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $
+#
+# Makefile for the Xtensa Instruction Set Simulator (ISS)
+# "prom monitor" library routines under Linux.
+#
+
+obj-y = io.o console.o setup.o network.o
+