From 2b8754b25ff8134d8db18f6d4d28d41a5e1b36e6 Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Mon, 18 Apr 2011 17:54:33 -0400 Subject: OMAP3: CM-T35: enable the green LED Signed-off-by: Igor Grinberg Signed-off-by: Sandeep Paulraj --- board/cm_t35/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/cm_t35/Makefile') diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile index 862b8dc1b2..83d7a568f8 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)) -- cgit v1.2.1