summaryrefslogtreecommitdiffstats
path: root/arch/mips/sni/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sni/Makefile')
-rw-r--r--arch/mips/sni/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/sni/Makefile b/arch/mips/sni/Makefile
index 50c04359a..000b7356d 100644
--- a/arch/mips/sni/Makefile
+++ b/arch/mips/sni/Makefile
@@ -11,12 +11,10 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $*.o
-all: sni.o
O_TARGET := sni.o
-O_OBJS := int-handler.o io.o irq.o pci.o pcimt_scache.o reset.o setup.o
-int-handler.o: int-handler.S
+obj-y := int-handler.o io.o irq.o pci.o pcimt_scache.o reset.o setup.o
-clean:
+int-handler.o: int-handler.S
include $(TOPDIR)/Rules.make