summaryrefslogtreecommitdiffstats
path: root/board/keymile/mgsuvd/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <garyj@denx.de>2008-11-09 12:50:59 +0100
committerWolfgang Denk <wd@denx.de>2008-12-07 01:33:56 +0100
commit4c60259899aa00f59db0d936b8807f9a26411c0f (patch)
tree64f20fc7b2319f5e6aa90f4f084c1db618bd38a9 /board/keymile/mgsuvd/Makefile
parent534a4359666af48bd69a3743d8a8c2bdb1d3ec70 (diff)
downloadtalos-obmc-uboot-4c60259899aa00f59db0d936b8807f9a26411c0f.tar.gz
talos-obmc-uboot-4c60259899aa00f59db0d936b8807f9a26411c0f.zip
mgsuvd add the board-specific part of the HDLC driver
Signed-off-by: Gary Jennejohn <garyj@denx.de>
Diffstat (limited to 'board/keymile/mgsuvd/Makefile')
-rw-r--r--board/keymile/mgsuvd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/keymile/mgsuvd/Makefile b/board/keymile/mgsuvd/Makefile
index b2145f9ff7..2c5732d16b 100644
--- a/board/keymile/mgsuvd/Makefile
+++ b/board/keymile/mgsuvd/Makefile
@@ -28,7 +28,8 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o ../common/common.o
+COBJS = $(BOARD).o ../common/common.o ../common/keymile_hdlc_enet.o \
+ mgsuvd_hdlc_enet.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud