diff options
Diffstat (limited to 'arch/xtensa/platforms/iss/Makefile')
-rw-r--r-- | arch/xtensa/platforms/iss/Makefile | 8 |
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 @@ | |||
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 | |||