summaryrefslogtreecommitdiff
path: root/board/lwmon5/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-21 14:27:57 (GMT)
committerStefan Roese <sr@denx.de>2007-08-21 14:27:57 (GMT)
commit3ad63878737a5a2b1e60825bf0a7d601d7a695e7 (patch)
treecfdd991815a7be20bb612a0f505833542a720bad /board/lwmon5/Makefile
parent537223afa61f64480df31ce440a9cb386df4a814 (diff)
downloadu-boot-3ad63878737a5a2b1e60825bf0a7d601d7a695e7.tar.xz
ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
This patch adds support for the matrix keyboard on the lwmon5 board. Since the implementation in the dsPCI is kind of compatible with the "old" lwmon board, most of the code is copied from the lwmon board directory. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/lwmon5/Makefile')
-rw-r--r--board/lwmon5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lwmon5/Makefile b/board/lwmon5/Makefile
index 06ef7f9..2a93571 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)