summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2010-01-28 09:20:32 +0000
committerDave Chapman <dave@dchapman.com>2010-01-28 09:20:32 +0000
commit4cb879d08d2e0c5d9cc664f2eee3651188ab58ed (patch)
tree0b02fbe98089eee3bc98b64bbfaac9b82f63daf0 /rbutil/ipodpatcher/Makefile
parent2347a7dc655e3fe9415558095b43a5f7102f999d (diff)
downloadrockbox-4cb879d08d2e0c5d9cc664f2eee3651188ab58ed.tar.gz
rockbox-4cb879d08d2e0c5d9cc664f2eee3651188ab58ed.zip
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
Diffstat (limited to 'rbutil/ipodpatcher/Makefile')
-rw-r--r--rbutil/ipodpatcher/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile
index df2838bf3c..34b4dd6b43 100644
--- a/rbutil/ipodpatcher/Makefile
+++ b/rbutil/ipodpatcher/Makefile
@@ -2,11 +2,14 @@ CFLAGS=-Wall -W
2 2
3BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h 3BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h
4 4
5# Enable the next two lines to build with embedded bootloaders and the 5# Build with "make BOOTOBJS=1" to build with embedded bootloaders and the
6# --install option and interactive mode. You need the full set of Rockbox 6# --install option and interactive mode. You need the full set of Rockbox
7# bootloaders in this directory - download them from 7# bootloaders in this directory - download them from
8# http://download.rockbox.org/bootloader/ipod/bootloaders.zip 8# http://download.rockbox.org/bootloader/ipod/bootloaders.zip
9 9
10# Releases of ipodpatcher are created with "make RELEASE=1". This
11# enables BOOTOBJS and uses the VERSION string defined in main.c
12
10ifdef RELEASE 13ifdef RELEASE
11CFLAGS+=-DRELEASE 14CFLAGS+=-DRELEASE
12BOOTOBJS=1 15BOOTOBJS=1