summaryrefslogtreecommitdiffstats
path: root/arch/mips/cobalt/Makefile
blob: 088e1d26982363e06363d38ca7eaf6f3ead371ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Makefile for the Cobalt micro systems family specific parts of the kernel
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# $Id: Makefile,v 1.1 1997/10/23 22:25:41 ralf Exp $
#

.S.s:
	$(CPP) $(CFLAGS) $< -o $*.s
.S.o:
	$(CC) $(CFLAGS) -c $< -o $*.o

all: cobalt.o
O_TARGET := cobalt.o
O_OBJS	 := cobaltscc.o hw-access.o int-handler.o pci.o reset.o setup.o via.o

int-handler.o: int-handler.S

clean:

include $(TOPDIR)/Rules.make