[Tizen] Tizen build support after folder restructure
[platform/upstream/iotivity.git] / service / easy-setup / SConscript
index fa54745..5142702 100755 (executable)
@@ -44,8 +44,8 @@ if ('mediator' in es_role) :
 
 if ('enrollee' in es_role) :
        print "Building Easysetup enrollee SDK"
-
-       if es_target in ['linux', 'arduino']:   #TODO add tizen platform [also add dependencies in iotivity.spec file]
+       
+       if es_target in ['linux', 'arduino', 'tizen']:
                SConscript('enrollee/SConscript')
        else :
                print "****************************Enrollee supports linux, tizen and arduino platform****************************"
\ No newline at end of file