diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:22:01 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:22:01 +0000 |
| commit | 95ea7586863ed9335edc28396072a6ac66dd1150 (patch) | |
| tree | e04e7541b522abdc028aef3ab15387e6ece0f18c /firmware | |
| parent | 30c618cd96f3fb1de03254c891c4c9ca7f8a7355 (diff) | |
| download | rockbox-95ea7586863ed9335edc28396072a6ac66dd1150.zip rockbox-95ea7586863ed9335edc28396072a6ac66dd1150.tar.gz rockbox-95ea7586863ed9335edc28396072a6ac66dd1150.tar.bz2 rockbox-95ea7586863ed9335edc28396072a6ac66dd1150.tar.xz | |
First configure support for setting up iriver H10 and SanDisk Sansa e200
builds. TARGET_TREE is now defined by the config-*.h file and not set by
configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-iaudiox5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index ae48eb6..a828ca1 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -1,6 +1,7 @@ /* * This config file is for iAudio X5 */ +#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 10 |