diff options
author | Wolfgang Denk | 2010-12-22 21:16:17 +0100 |
---|---|---|
committer | Wolfgang Denk | 2010-12-22 21:16:17 +0100 |
commit | cdc51c294ad33879c4e57edf4c9d2155381b1d59 (patch) | |
tree | fc1c3f2c23a2507e91358a6a6dfa881965bf603f /board/ti/sdp4430/Makefile | |
parent | 250ef029844be2cb98635f265359396866d1749f (diff) | |
parent | b8339e2b9f32663411dba0f48e25b23f542d53bc (diff) |
Merge branch 'next' of ../next
Diffstat (limited to 'board/ti/sdp4430/Makefile')
-rw-r--r-- | board/ti/sdp4430/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/sdp4430/Makefile b/board/ti/sdp4430/Makefile index bce85342a80..f1ee5448eda 100644 --- a/board/ti/sdp4430/Makefile +++ b/board/ti/sdp4430/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o -COBJS := sdp.o +COBJS := sdp.o cmd_bat.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |