* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / sparc / ap1000 / Makefile
blob83df0ef8ea44ec6351d45f73550d218287185fe3
1 # Makefile for the AP1000 files in the Linux kernel
3 # Note! Dependencies are done automagically by 'make dep', which also
4 # removes any old dependencies. DON'T put your own dependencies here
5 # unless it's something special (ie not a .c file).
8 .S.s:
9 $(CPP) -D__ASSEMBLY__ -ansi $< -o $*.s
10 .S.o:
11 $(CC) -D__ASSEMBLY__ -ansi -c $< -o $*.o
13 all: ap1000lib.o
15 O_TARGET := ap1000lib.o
16 O_OBJS := bnet.o timer.o util.o dma.o kgdb.o irq.o \
17 msc.o hw.o tnet.o sync.o mpp.o \
18 apmmu.o aplib.o approm.o
20 include $(TOPDIR)/Rules.make