mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Clean up mktccboot building. No functional changes.
- Adjust the Makefile similar to the changes done in r23520. - Split out the standalone part into a separate source file. - Put telechips.o inside the archive instead of building it separately for rbutil. It is part of mktccboot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9c900d09d
commit
20f3e646d8
5 changed files with 160 additions and 116 deletions
|
|
@ -115,7 +115,6 @@ SOURCES += rbutilqt.cpp \
|
|||
base/bootloaderinstalltcc.cpp \
|
||||
../../tools/mkboot.c \
|
||||
../../tools/iriver.c \
|
||||
../../tools/telechips.c \
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
install.h \
|
||||
|
|
@ -177,7 +176,6 @@ HEADERS += rbutilqt.h \
|
|||
base/bootloaderinstalltcc.h \
|
||||
../../tools/mkboot.h \
|
||||
../../tools/iriver.h \
|
||||
../../tools/telechips.h \
|
||||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = $$_PRO_FILE_PWD_ $$_PRO_FILE_PWD_/irivertools $$_PRO_FILE_PWD_/zip $$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue