summaryrefslogtreecommitdiff
path: root/lib_i386/Makefile
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-02-24 21:14:45 +1100
committerWolfgang Denk <wd@denx.de>2009-03-20 22:39:13 +0100
commit8c63d47651f77d9fb887cad433370b866eb0a193 (patch)
tree3b1462085a3aceec7390c05e7ab8184124967d14 /lib_i386/Makefile
parent6d7f610b09f813b1239eedcbfe921cfd439aea25 (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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_i386/Makefile b/lib_i386/Makefile
index fb4184b36..ec6f23605 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))