diff options
| author | Chandan Nath <[email protected]> | 2011-10-14 02:58:25 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-10-27 21:56:36 +0200 |
| commit | f0f4b5ff50b1ee8db5caceed6bbf464880e33274 (patch) | |
| tree | 5093671156ecc0c4f850123520f1bc51cb8a69f3 /Makefile | |
| parent | 62d7fe7c91d9da43c8164c7baa9b2331a18d9ee0 (diff) | |
ARM:AM33XX: Added timer support
This patch adds timer support for AM33xx platform.
Signed-off-by: Chandan Nath <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
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 |
