patch-2.1.23 linux/arch/sparc/ap1000/Makefile

Next file: linux/arch/sparc/ap1000/apinline.h
Previous file: linux/arch/sparc/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/arch/sparc/ap1000/Makefile linux/arch/sparc/ap1000/Makefile
@@ -0,0 +1,20 @@
+# Makefile for the AP1000 files in the Linux 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).
+#
+
+.S.s:
+	$(CPP) -D__ASSEMBLY__ -ansi $< -o $*.s
+.S.o:
+	$(CC) -D__ASSEMBLY__ -ansi -c $< -o $*.o
+
+all: ap1000lib.o
+
+O_TARGET := ap1000lib.o
+O_OBJS   := bnet.o timer.o util.o dma.o kgdb.o irq.o \
+	msc.o hw.o tnet.o sync.o mpp.o \
+	apmmu.o aplib.o approm.o
+
+include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov