diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 | ||||
-rw-r--r-- | tools/root.make | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure index 442b23899b..353b991b04 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -3347,8 +3347,8 @@ fi | |||
3347 | swcodec="yes" | 3347 | swcodec="yes" |
3348 | # architecture, manufacturer and model for the target-tree build | 3348 | # architecture, manufacturer and model for the target-tree build |
3349 | t_cpu="hosted" | 3349 | t_cpu="hosted" |
3350 | t_manufacturer="ypr0" | 3350 | t_manufacturer="samsungypr" |
3351 | t_model="app" | 3351 | t_model="ypr0" |
3352 | ;; | 3352 | ;; |
3353 | 3353 | ||
3354 | 206|androidmips) | 3354 | 206|androidmips) |
diff --git a/tools/root.make b/tools/root.make index c8c4eb4f89..b62cb4d589 100644 --- a/tools/root.make +++ b/tools/root.make | |||
@@ -120,7 +120,7 @@ else | |||
120 | endif | 120 | endif |
121 | 121 | ||
122 | ifneq (,$(findstring ypr0,$(APP_TYPE))) | 122 | ifneq (,$(findstring ypr0,$(APP_TYPE))) |
123 | include $(ROOTDIR)/firmware/target/hosted/ypr0/ypr0.make | 123 | include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make |
124 | endif | 124 | endif |
125 | 125 | ||
126 | ifneq (,$(findstring android, $(APP_TYPE))) | 126 | ifneq (,$(findstring android, $(APP_TYPE))) |