commit | 7679d1fa93e5a810c659b6139c7d743132a70228 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Tue Feb 24 21:14:45 2009 +1100 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 20 22:39:13 2009 +0100 |
tree | 3b1462085a3aceec7390c05e7ab8184124967d14 | |
parent | 85cc39fec075cbf03202d6cd0b5c2802e670379a [diff] [blame] |
Implement SC520 timers Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
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 @@ 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))