diff options
Diffstat (limited to 'cpu/i386/Makefile')
-rw-r--r-- | cpu/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile index f72cd6e..e98bd3d 100644 --- a/cpu/i386/Makefile +++ b/cpu/i386/Makefile @@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o start16.o resetvec.o -COBJS = serial.o interrupts.o exceptions.o cpu.o timer.o +COBJS = serial.o interrupts.o exceptions.o cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |