diff options
author | wdenk <wdenk> | 2003-09-11 23:06:34 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-11 23:06:34 +0000 |
commit | 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 (patch) | |
tree | 5aadeadbf3f022aa31bd34b35e4ff6f1ff134d74 /board/trab/Makefile | |
parent | a43278a43d522fba7fea0ed3045b718a9c8d22ac (diff) | |
download | u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.zip u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.tar.gz u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.tar.bz2 |
* Patch by Martin Krause, 11 Sep 2003:
add burn-in tests for TRAB board
* Enable instruction cache on MPC5200 board
Diffstat (limited to 'board/trab/Makefile')
-rw-r--r-- | board/trab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile index d58ac91..08a1dbc 100644 --- a/board/trab/Makefile +++ b/board/trab/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := trab.o flash.o vfd.o +OBJS := trab.o flash.o vfd.o cmd_trab.o memory.o tsc2000.o SOBJS := memsetup.o $(LIB): $(OBJS) $(SOBJS) |