From f0f4b5ff50b1ee8db5caceed6bbf464880e33274 Mon Sep 17 00:00:00 2001 From: Chandan Nath Date: Fri, 14 Oct 2011 02:58:25 +0000 Subject: ARM:AM33XX: Added timer support This patch adds timer support for AM33xx platform. Signed-off-by: Chandan Nath Signed-off-by: Sandeep Paulraj --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 684cdb6aaf..9ef33f9fd1 100644 --- a/Makefile +++ b/Makefile @@ -289,6 +289,9 @@ LIBS += lib/libfdt/libfdt.o LIBS += api/libapi.o LIBS += post/libpost.o +ifeq ($(SOC),am33xx) +LIBS += $(CPUDIR)/omap-common/libomap-common.o +endif ifeq ($(SOC),omap3) LIBS += $(CPUDIR)/omap-common/libomap-common.o endif -- cgit v1.2.3