summaryrefslogtreecommitdiff
path: root/board/inka4x0/Makefile
diff options
context:
space:
mode:
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))