Import 2.4.0-test3pre8
[davej-history.git] / arch / mips / cobalt / Makefile
blob088e1d26982363e06363d38ca7eaf6f3ead371ed
2 # Makefile for the Cobalt micro systems family specific parts of the kernel
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 # $Id: Makefile,v 1.1 1997/10/23 22:25:41 ralf Exp $
11 .S.s:
12 $(CPP) $(CFLAGS) $< -o $*.s
13 .S.o:
14 $(CC) $(CFLAGS) -c $< -o $*.o
16 all: cobalt.o
17 O_TARGET := cobalt.o
18 O_OBJS := cobaltscc.o hw-access.o int-handler.o pci.o reset.o setup.o via.o
20 int-handler.o: int-handler.S
22 clean:
24 include $(TOPDIR)/Rules.make