aboutsummaryrefslogtreecommitdiff
path: root/board/armltd/integratorap/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-17 00:58:36 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-23 00:10:03 +0200
commit2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1 (patch)
tree1aaa88bc872733ec3da01080010a21a7e858bfa5 /board/armltd/integratorap/Makefile
parent86baa085c52a7f3377a88074679c5aca9b9e4d38 (diff)
integratorap: split timer support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Peter Pearse <peter.pearse@arm.com>
Diffstat (limited to 'board/armltd/integratorap/Makefile')
-rw-r--r--board/armltd/integratorap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/armltd/integratorap/Makefile b/board/armltd/integratorap/Makefile
index a6193c704..1af37f3f8 100644
--- a/board/armltd/integratorap/Makefile
+++ b/board/armltd/integratorap/Makefile
@@ -34,6 +34,7 @@ SOBJS-y := lowlevel_init.o
COBJS-y := integratorap.o
COBJS-y += flash.o
COBJS-$(CONFIG_PCI) += pci.o
+COBJS-y += timer.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
COBJS := $(addprefix $(obj),$(COBJS-y))