summaryrefslogtreecommitdiff
path: root/board/inka4x0/Makefile
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2009-03-30 00:31:34 +0200
committerWolfgang Denk <wd@denx.de>2009-03-30 09:41:28 +0200
commit7b5611cdd12ca0cc33f994f0d4a4454788fc3124 (patch)
treef951d46d186cc14fda061abe41d91b5855d65388 /board/inka4x0/Makefile
parent04e11cf383ff6231535fd981023bb1306b2133d4 (diff)
inka4x0: Add hardware diagnosis functions for inka4x0
This patch adds advanced diagnosis functions for the inka4x0 board. Signed-off-by: Andreas Pfefferle <ap@denx.de> Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'board/inka4x0/Makefile')
-rw-r--r--board/inka4x0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/inka4x0/Makefile b/board/inka4x0/Makefile
index 442e2d0df2..82aa950017 100644
--- a/board/inka4x0/Makefile
+++ b/board/inka4x0/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2003-2006
+# (C) Copyright 2003-2009
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o
+COBJS := $(BOARD).o inkadiag.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))