forked from len0rd/rockbox
Update the comments describing how to build ipodpatcher - no functional changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2347a7dc65
commit
4cb879d08d
5 changed files with 8 additions and 13 deletions
|
|
@ -2,11 +2,14 @@ CFLAGS=-Wall -W
|
|||
|
||||
BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h
|
||||
|
||||
# Enable the next two lines to build with embedded bootloaders and the
|
||||
# Build with "make BOOTOBJS=1" to build with embedded bootloaders and the
|
||||
# --install option and interactive mode. You need the full set of Rockbox
|
||||
# bootloaders in this directory - download them from
|
||||
# http://download.rockbox.org/bootloader/ipod/bootloaders.zip
|
||||
|
||||
# Releases of ipodpatcher are created with "make RELEASE=1". This
|
||||
# enables BOOTOBJS and uses the VERSION string defined in main.c
|
||||
|
||||
ifdef RELEASE
|
||||
CFLAGS+=-DRELEASE
|
||||
BOOTOBJS=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue