diff options
author | Chris Zankel <chris@zankel.net> | 2007-09-13 16:44:07 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-02-13 19:45:06 -0500 |
commit | b26d0ab0e6fa3a886d2799bf89eb05dd52f8b7c2 (patch) | |
tree | a602dca2464a59d1f230639b95885b3e04913091 /arch/xtensa/platform-iss/Makefile | |
parent | 4f8d98ff4825336b23372bb552852625fc90d3b1 (diff) |
[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/platform-iss/Makefile')
-rw-r--r-- | arch/xtensa/platform-iss/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/xtensa/platform-iss/Makefile b/arch/xtensa/platform-iss/Makefile deleted file mode 100644 index af96e314d71f..000000000000 --- a/arch/xtensa/platform-iss/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $ | ||
2 | # | ||
3 | # Makefile for the Xtensa Instruction Set Simulator (ISS) | ||
4 | # "prom monitor" library routines under Linux. | ||
5 | # | ||
6 | |||
7 | obj-y = io.o console.o setup.o network.o | ||
8 | |||