commit | f12e396e8d17cf41187ce674fed1f037a0c844d8 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Jun 29 21:03:46 2003 +0000 |
committer | wdenk <wdenk> | Sun Jun 29 21:03:46 2003 +0000 |
tree | 6a11d99f1e350d9046c1c0e17298fa2bccd7db3e | |
parent | bc16008cb9584d0ea87fd5d5c5e6fd570e3bbe07 [diff] [blame] |
Fix some missing commands, cleanup header files (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
diff --git a/board/sl8245/Makefile b/board/sl8245/Makefile index da60318..6d11240 100644 --- a/board/sl8245/Makefile +++ b/board/sl8245/Makefile
@@ -28,7 +28,7 @@ OBJS = $(BOARD).o flash.o $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) #########################################################################