summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/Makefile')
-rw-r--r--rbutil/ipodpatcher/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile
index 9c32587fa1..4970445773 100644
--- a/rbutil/ipodpatcher/Makefile
+++ b/rbutil/ipodpatcher/Makefile
@@ -1,13 +1,13 @@
1CFLAGS=-Wall -W 1CFLAGS=-Wall -W
2 2
3BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini.h ipodmini2g.h ipodnano.h ipodvideo.h 3BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h
4 4
5# Uncomment the next two lines to build with embedded bootloaders and the 5# Uncomment the next two lines 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#BOOTSRC = ipod1g2g.c ipod3g.c ipod4g.c ipodcolor.c ipodmini.c ipodmini2g.c ipodnano.c ipodvideo.c 10#BOOTSRC = ipod1g2g.c ipod3g.c ipod4g.c ipodcolor.c ipodmini1g.c ipodmini2g.c ipodnano1g.c ipodvideo.c
11#CFLAGS += -DWITH_BOOTOBJS 11#CFLAGS += -DWITH_BOOTOBJS
12 12
13ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) 13ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
@@ -69,14 +69,14 @@ ipod4g.c: bootloader-ipod4g.ipod ipod2c
69ipodcolor.c: bootloader-ipodcolor.ipod ipod2c 69ipodcolor.c: bootloader-ipodcolor.ipod ipod2c
70 ./ipod2c bootloader-ipodcolor.ipod ipodcolor 70 ./ipod2c bootloader-ipodcolor.ipod ipodcolor
71 71
72ipodmini.c: bootloader-ipodmini.ipod ipod2c 72ipodmini1g.c: bootloader-ipodmini1g.ipod ipod2c
73 ./ipod2c bootloader-ipodmini.ipod ipodmini 73 ./ipod2c bootloader-ipodmini1g.ipod ipodmini1g
74 74
75ipodmini2g.c: bootloader-ipodmini2g.ipod ipod2c 75ipodmini2g.c: bootloader-ipodmini2g.ipod ipod2c
76 ./ipod2c bootloader-ipodmini2g.ipod ipodmini2g 76 ./ipod2c bootloader-ipodmini2g.ipod ipodmini2g
77 77
78ipodnano.c: bootloader-ipodnano.ipod ipod2c 78ipodnano1g.c: bootloader-ipodnano1g.ipod ipod2c
79 ./ipod2c bootloader-ipodnano.ipod ipodnano 79 ./ipod2c bootloader-ipodnano1g.ipod ipodnano1g
80 80
81ipodvideo.c: bootloader-ipodvideo.ipod ipod2c 81ipodvideo.c: bootloader-ipodvideo.ipod ipod2c
82 ./ipod2c bootloader-ipodvideo.ipod ipodvideo 82 ./ipod2c bootloader-ipodvideo.ipod ipodvideo