diff options
author | Detlev Zundel <dzu@denx.de> | 2009-03-30 00:31:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-30 09:41:28 +0200 |
commit | 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 (patch) | |
tree | f951d46d186cc14fda061abe41d91b5855d65388 /board/inka4x0/Makefile | |
parent | 04e11cf383ff6231535fd981023bb1306b2133d4 (diff) | |
download | u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.zip u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.tar.gz u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.tar.bz2 |
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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/inka4x0/Makefile b/board/inka4x0/Makefile index 442e2d0..82aa950 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)) |