diff options
Diffstat (limited to 'cpu/mc9328/Makefile')
-rw-r--r-- | cpu/mc9328/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mc9328/Makefile b/cpu/mc9328/Makefile index 0261ba6..fccc6ab 100644 --- a/cpu/mc9328/Makefile +++ b/cpu/mc9328/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -OBJS = serial.o interrupts.o cpu.o +OBJS = serial.o interrupts.o cpu.o all: .depend $(START) $(LIB) |