diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 17:14:40 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 17:14:40 +0000 |
commit | b5e879e8371a306d6ceea81ac4a1146b532682f3 (patch) | |
tree | 39d5249edc1e7bbdd3e4cabcc7f2ddeff7396f56 /firmware/export/config/samsungypr0.h | |
parent | ed93d123dcf30787cb155a1ec921bbf4143e04c5 (diff) |
TARGET_TREE is not needed anymore
spotted by jhMikeS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/samsungypr0.h')
-rw-r--r-- | firmware/export/config/samsungypr0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index 735db1fcad..cbc17567ec 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -3,8 +3,6 @@ * The target name for ifdefs is: SAMSUNG_YPR0; or CONFIG_PLATFORM & PLAFTORM_YPR0 */ -#define TARGET_TREE /* this target is using the target tree system */ - /* We don't run on hardware directly */ /* YP-R0 need it too of course */ #define CONFIG_PLATFORM (PLATFORM_HOSTED) |