commit | d2367bcb2a5353a91ff6764efeac256e8e95e770 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Mon Apr 18 17:54:33 2011 -0400 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Apr 27 19:38:07 2011 +0200 |
tree | 5621227709b80e080620531792ec1833c62288fe | |
parent | 3f8548cc355ccce758dd8138791bc28a37748e44 [diff] [blame] |
OMAP3: CM-T35: enable the green LED Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile index 862b8dc..83d7a56 100644 --- a/board/cm_t35/Makefile +++ b/board/cm_t35/Makefile
@@ -25,7 +25,7 @@ LIB = $(obj)lib$(BOARD).o -COBJS := cm_t35.o +COBJS := cm_t35.o leds.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))