mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutil: add mpio hd200 as disabled target (all untested)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0133a4f052
commit
fab86a6a4c
7 changed files with 211 additions and 6 deletions
|
|
@ -63,8 +63,11 @@ libmkamsboot.commands = @$(MAKE) \
|
|||
libmktccboot.commands = @$(MAKE) \
|
||||
TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/mktccboot \
|
||||
libmktccboot$$RBLIBPOSTFIX CC=\"$$QMAKE_CC\"
|
||||
QMAKE_EXTRA_TARGETS += rbspeex libucl libmkamsboot libmktccboot
|
||||
PRE_TARGETDEPS += rbspeex libucl libmkamsboot libmktccboot
|
||||
libmkmpioboot.commands = @$(MAKE) \
|
||||
TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/mkmpioboot \
|
||||
libmkmpioboot$$RBLIBPOSTFIX CC=\"$$QMAKE_CC\"
|
||||
QMAKE_EXTRA_TARGETS += rbspeex libucl libmkamsboot libmktccboot libmkmpioboot
|
||||
PRE_TARGETDEPS += rbspeex libucl libmkamsboot libmktccboot libmkmpioboot
|
||||
|
||||
# rule for creating ctags file
|
||||
tags.commands = ctags -R --c++-kinds=+p --fields=+iaS --extra=+q $(SOURCES)
|
||||
|
|
@ -86,7 +89,7 @@ INCLUDEPATH += $$RBBASE_DIR/rbutil/ipodpatcher $$RBBASE_DIR/rbutil/sansapatcher
|
|||
|
||||
DEPENDPATH = $$INCLUDEPATH
|
||||
|
||||
LIBS += -L$$OUT_PWD -L$$MYBUILDDIR -lrbspeex -lmkamsboot -lmktccboot -lucl
|
||||
LIBS += -L$$OUT_PWD -L$$MYBUILDDIR -lrbspeex -lmkamsboot -lmktccboot -lmkmpioboot -lucl
|
||||
|
||||
# check for system speex. Add a custom rule for pre-building librbspeex if not
|
||||
# found. Newer versions of speex are split up into libspeex and libspeexdsp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue