1
0
Fork 0
forked from len0rd/rockbox

Fix iPod bootloader build errors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-10-05 11:27:47 +00:00
parent 0577dd7b62
commit df9a081cda
7 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 7 #define MODEL_NUMBER 7

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 8 #define MODEL_NUMBER 8

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 3 #define MODEL_NUMBER 3

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 9 /* TODO: change to 9 */ #define MODEL_NUMBER 9 /* TODO: change to 9 */

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 11 #define MODEL_NUMBER 11

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 4 #define MODEL_NUMBER 4

View file

@ -3,6 +3,8 @@
*/ */
#define TARGET_TREE /* this target is using the target tree system */ #define TARGET_TREE /* this target is using the target tree system */
#define IPOD_ARCH 1
/* For Rolo and boot loader */ /* For Rolo and boot loader */
#define MODEL_NUMBER 5 #define MODEL_NUMBER 5