Chris Zankel | 7282bee | 2005-06-23 22:01:33 -0700 | [diff] [blame] | 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 | # Note! Dependencies are done automagically by 'make dep', which also |
| 7 | # removes any old dependencies. DON'T put your own dependencies here |
| 8 | # unless it's something special (ie not a .c file). |
| 9 | # |
| 10 | # Note 2! The CFLAGS definitions are in the main makefile... |
| 11 | |
| 12 | obj-y = io.o console.o setup.o network.o |
| 13 | |