diff options
Diffstat (limited to 'arch/mips/galileo-boards/ev96100/Makefile')
-rw-r--r-- | arch/mips/galileo-boards/ev96100/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/mips/galileo-boards/ev96100/Makefile b/arch/mips/galileo-boards/ev96100/Makefile index 8759aa161..147cbb806 100644 --- a/arch/mips/galileo-boards/ev96100/Makefile +++ b/arch/mips/galileo-boards/ev96100/Makefile @@ -15,14 +15,9 @@ .S.o: $(CC) $(CFLAGS) -c $< -o $*.o -all: ev96100.o - O_TARGET:= ev96100.o -O_OBJS:= prom.o time.o rtc.o irq.o int-handler.o setup.o puts.o uart.o \ - memory.o - -dep: - $(CPP) -M *.c > .depend +obj-y := prom.o time.o rtc.o irq.o int-handler.o setup.o puts.o uart.o \ + memory.o include $(TOPDIR)/Rules.make |