commit | f6a6ac16188bbba52866899eaf314348e343545c | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Sep 17 15:10:32 2003 +0000 |
committer | wdenk <wdenk> | Wed Sep 17 15:10:32 2003 +0000 |
tree | 10a301981147099e9f930ac8ec042328e8c062fa | |
parent | 5c34d45ee6ade7cdd29868ab26143193f95a54bd [diff] [blame] |
Add auto-update code for TRAB board using USB memory sticks
diff --git a/board/trab/Makefile b/board/trab/Makefile index f376771..4e6e9d6 100644 --- a/board/trab/Makefile +++ b/board/trab/Makefile
@@ -25,7 +25,7 @@ LIB = lib$(BOARD).a -OBJS := trab.o flash.o vfd.o cmd_trab.o memory.o tsc2000.o +OBJS := trab.o flash.o vfd.o cmd_trab.o memory.o tsc2000.o auto_update.o SOBJS := memsetup.o gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`)