diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-08 18:22:23 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-08 18:22:23 +0000 |
commit | c76dfb3aa641bce96b1a69b3406a8063d677a2ac (patch) | |
tree | 89b6785d18878613c19f3871fef055a92f87b37d | |
parent | bdc27ff20c3666989cd8ba83fc9a43c25382ced4 (diff) |
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
-rw-r--r-- | tools/ipodpatcher/Makefile | 4 |
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 |