diff options
author | Chandan Nath <chandan.nath@ti.com> | 2011-10-14 02:58:25 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:36 +0200 |
commit | f0f4b5ff50b1ee8db5caceed6bbf464880e33274 (patch) | |
tree | 5093671156ecc0c4f850123520f1bc51cb8a69f3 /Makefile | |
parent | 62d7fe7c91d9da43c8164c7baa9b2331a18d9ee0 (diff) | |
download | u-boot-f0f4b5ff50b1ee8db5caceed6bbf464880e33274.tar.gz u-boot-f0f4b5ff50b1ee8db5caceed6bbf464880e33274.tar.bz2 u-boot-f0f4b5ff50b1ee8db5caceed6bbf464880e33274.zip |
ARM:AM33XX: Added timer support
This patch adds timer support for AM33xx platform.
Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |