diff options
author | Graeme Russ | 2009-02-24 21:14:45 +1100 |
---|---|---|
committer | Wolfgang Denk | 2009-03-20 22:39:13 +0100 |
commit | 8c63d47651f77d9fb887cad433370b866eb0a193 (patch) | |
tree | 3b1462085a3aceec7390c05e7ab8184124967d14 /lib_i386/Makefile | |
parent | 6d7f610b09f813b1239eedcbfe921cfd439aea25 (diff) |
Implement SC520 timers
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
Diffstat (limited to 'lib_i386/Makefile')
-rw-r--r-- | lib_i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_i386/Makefile b/lib_i386/Makefile index fb4184b3676..ec6f2360522 100644 --- a/lib_i386/Makefile +++ b/lib_i386/Makefile @@ -39,7 +39,9 @@ COBJS-y += video_bios.o COBJS-y += video.o COBJS-y += zimage.o COBJS-y += interrupts.o +COBJS-y += timer.o COBJS-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o +COBJS-$(CONFIG_SYS_GENERIC_TIMER) += pcat_timer.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) |