summaryrefslogtreecommitdiffstats
path: root/tools/ipodpatcher
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-02-08 18:22:23 +0000
committerDave Chapman <dave@dchapman.com>2007-02-08 18:22:23 +0000
commitc76dfb3aa641bce96b1a69b3406a8063d677a2ac (patch)
tree89b6785d18878613c19f3871fef055a92f87b37d /tools/ipodpatcher
parentbdc27ff20c3666989cd8ba83fc9a43c25382ced4 (diff)
downloadrockbox-c76dfb3aa641bce96b1a69b3406a8063d677a2ac.tar.gz
rockbox-c76dfb3aa641bce96b1a69b3406a8063d677a2ac.zip
Ooops, the default build mode should have been without the embedded bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12236 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/ipodpatcher')
-rw-r--r--tools/ipodpatcher/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ipodpatcher/Makefile b/tools/ipodpatcher/Makefile
index 559b2f3ea5..afbb9f155a 100644
--- a/tools/ipodpatcher/Makefile
+++ b/tools/ipodpatcher/Makefile
@@ -7,8 +7,8 @@ BOOT_H = ipod3g.h ipod4g.h ipodcolor.h ipodmini.h ipodmini2g.h ipodnano.h ipodvi
# bootloaders in this directory - download them from
# http://download.rockbox.org/bootloader/ipod/bootloaders.zip
-BOOTSRC = ipod3g.c ipod4g.c ipodcolor.c ipodmini.c ipodmini2g.c ipodnano.c ipodvideo.c
-CFLAGS += -DWITH_BOOTOBJS
+#BOOTSRC = ipod3g.c ipod4g.c ipodcolor.c ipodmini.c ipodmini2g.c ipodnano.c ipodvideo.c
+#CFLAGS += -DWITH_BOOTOBJS
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
OUTPUT=ipodpatcher.exe