* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / arch / mips / baget / prom / Makefile
bloba98779f0ee482ca8b6a7cdd4a57f0f0c62aaed50
1 # $Id$
2 # Makefile for the Baget/MIPS prom emulator library routines.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now in the main makefile...
10 O_TARGET := bagetlib.a
11 O_OBJS := init.o
13 all: $(O_TARGET)
15 include $(TOPDIR)/Rules.make