forked from len0rd/rockbox
support to build the lngdump tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3dabc565d9
commit
39dfd68e2f
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,8 @@ CFLAGS := -O -ansi -g
|
||||||
LDFLAGS := -g
|
LDFLAGS := -g
|
||||||
|
|
||||||
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
|
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
|
||||||
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database
|
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
|
||||||
|
lngdump
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Run make in your build directory!"
|
@echo "Run make in your build directory!"
|
||||||
|
@ -35,6 +36,9 @@ rdf2binary: rdf2binary.c
|
||||||
mkboot: mkboot.c
|
mkboot: mkboot.c
|
||||||
$(SILENT)$(CC) -g $+ -o $@
|
$(SILENT)$(CC) -g $+ -o $@
|
||||||
|
|
||||||
|
lngdump: lngdump.c
|
||||||
|
$(SILENT)$(CC) -g $+ -o $@
|
||||||
|
|
||||||
ipod_fw: ipod_fw.c
|
ipod_fw: ipod_fw.c
|
||||||
$(SILENT)$(CC) -g $+ -o $@
|
$(SILENT)$(CC) -g $+ -o $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue