mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5e0380d90
commit
e863d595b5
23 changed files with 5564 additions and 210 deletions
|
|
@ -9,10 +9,9 @@
|
|||
|
||||
# Unix-style Makefile for rbutil
|
||||
|
||||
|
||||
CXX=$(shell $(PREFIX)wx-config --cxx)
|
||||
INC =
|
||||
OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o bootloaders.o installlog.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o fwpatcher/md5.o fwpatcher/iriver.o
|
||||
INC =
|
||||
OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o bootloaders.o installlog.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o irivertools.o md5sum.o
|
||||
|
||||
# Install into /usr/local by default
|
||||
ifndef DESTDIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue