diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-04-18 17:54:33 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 2b8754b25ff8134d8db18f6d4d28d41a5e1b36e6 (patch) | |
tree | 5621227709b80e080620531792ec1833c62288fe /board/cm_t35/Makefile | |
parent | afff1fc07996cec1d0a2e34e13f9c06784e26ce7 (diff) | |
download | u-boot-imx-2b8754b25ff8134d8db18f6d4d28d41a5e1b36e6.zip u-boot-imx-2b8754b25ff8134d8db18f6d4d28d41a5e1b36e6.tar.gz u-boot-imx-2b8754b25ff8134d8db18f6d4d28d41a5e1b36e6.tar.bz2 |
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>
Diffstat (limited to 'board/cm_t35/Makefile')
-rw-r--r-- | board/cm_t35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o -COBJS := cm_t35.o +COBJS := cm_t35.o leds.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |