Changeset 15
- Timestamp:
- May 28, 2008, 10:44:41 AM (16 years ago)
- Location:
- tt-loader
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tt-loader/Makefile
r12 r15 5 5 LDFLAGS = -g $(LIBS) 6 6 APP_NAME = tt-loader 7 APP_VERSION = 0.2 7 APP_VERSION = 0.2.1 8 8 9 9 # Adapt this to your system … … 30 30 pkg: 2nd 31 31 rm -f $(APP_NAME)-$(APP_VERSION).tar.gz 32 tar czf $(APP_NAME)-$(APP_VERSION).tar.gz Makefile *.c COPYING README commands.txt \ 32 tar czf $(APP_NAME)-$(APP_VERSION).tar.gz Makefile *.c COPYING README \ 33 CMD-SYNTAX commands.txt write-splash.txt FlashWriteNAND.txt \ 33 34 tt-loader.sh 2nd/arm.ld 2nd/*.h 2nd/*.c 2nd/Makefile 2nd/start.S 2nd/2nd.bin 34 35
Note: See TracChangeset
for help on using the changeset viewer.