summaryrefslogtreecommitdiffstats
path: root/arch/sparc/ap1000/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/ap1000/Makefile')
-rw-r--r--arch/sparc/ap1000/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/sparc/ap1000/Makefile b/arch/sparc/ap1000/Makefile
deleted file mode 100644
index f070f7675..000000000
--- a/arch/sparc/ap1000/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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__ $(AFLAGS) -ansi $< -o $*.s
-.S.o:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -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