summaryrefslogtreecommitdiffstats
path: root/arch/mips/galileo-boards/ev64120/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/galileo-boards/ev64120/Makefile')
-rw-r--r--arch/mips/galileo-boards/ev64120/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/mips/galileo-boards/ev64120/Makefile b/arch/mips/galileo-boards/ev64120/Makefile
index af08f9dcd..1f119bf0e 100644
--- a/arch/mips/galileo-boards/ev64120/Makefile
+++ b/arch/mips/galileo-boards/ev64120/Makefile
@@ -15,13 +15,11 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $*.o
-all: ev64120.o
O_TARGET := ev64120.o
-O_OBJS := serialGT.o int-handler.o promcon.o reset.o setup.o irq.o irq-handler.o i2o.o pci_bios.o
-int-handler.o: int-handler.S
+obj-y := serialGT.o int-handler.o promcon.o reset.o setup.o irq.o \
+ irq-handler.o i2o.o pci_bios.o
-clean:
- *.o
+int-handler.o: int-handler.S
include $(TOPDIR)/Rules.make