diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 21:14:45 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:39:13 +0100 |
commit | 8c63d47651f77d9fb887cad433370b866eb0a193 (patch) | |
tree | 3b1462085a3aceec7390c05e7ab8184124967d14 /cpu/i386/Makefile | |
parent | 6d7f610b09f813b1239eedcbfe921cfd439aea25 (diff) | |
download | u-boot-imx-8c63d47651f77d9fb887cad433370b866eb0a193.zip u-boot-imx-8c63d47651f77d9fb887cad433370b866eb0a193.tar.gz u-boot-imx-8c63d47651f77d9fb887cad433370b866eb0a193.tar.bz2 |
Implement SC520 timers
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
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)) |