From e876f4df6d240bd2e319b1e63be95a625f049a97 Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Tue, 10 Sep 2013 22:48:34 +0200 Subject: Samsung YP-R1 target port This is the basic port to the new target Samsung YP-R1, which runs on a similar platform as YP-R0. Port is usable, although there are still some optimizations that have to be done. Change-Id: If83a8e386369e413581753780c159026d9e41f04 --- firmware/common/rbpaths.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/common/rbpaths.c') diff --git a/firmware/common/rbpaths.c b/firmware/common/rbpaths.c index 1da009b..a188cf6 100644 --- a/firmware/common/rbpaths.c +++ b/firmware/common/rbpaths.c @@ -40,7 +40,7 @@ #undef rmdir -#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0) && !defined(__PCTOOL__) +#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) && !defined(__PCTOOL__) #include "dir-target.h" #define opendir _opendir #define mkdir _mkdir @@ -63,7 +63,7 @@ extern int sim_rmdir(const char* name); const char *rbhome; #endif -#if !defined(SAMSUNG_YPR0) && !defined(__PCTOOL__) +#if !(defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(__PCTOOL__) /* flags for get_user_file_path() */ /* whether you need write access to that file/dir, especially true -- cgit v1.1