diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-29 00:53:51 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-29 00:53:51 +0200 |
commit | 20640002e6426770ff93235e14604376dd0dcea8 (patch) | |
tree | ca26d48ece75ac65e9a54b6463ba789762666a74 /board/lwmon5/Makefile | |
parent | a861558c65f65f1cf1302f3a35e9db7686b9e1a3 (diff) | |
parent | 9c02defc29b57945b600714cf61ddfd02b02fb14 (diff) |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Diffstat (limited to 'board/lwmon5/Makefile')
-rw-r--r-- | board/lwmon5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lwmon5/Makefile b/board/lwmon5/Makefile index 06ef7f9331..2a9357146c 100644 --- a/board/lwmon5/Makefile +++ b/board/lwmon5/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o sdram.o +COBJS = $(BOARD).o kbd.o sdram.o SOBJS = init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |