API for DTLS registration and Scon script addition
[platform/upstream/iotivity.git] / resource / csdk / connectivity / build / tizen / SConstruct
1 ##
2 # The main build script
3 #
4 ##
5
6 # Load common build config
7
8 # Load common build config
9 env = SConscript('SConscript')
10
11 target_os = env.get('TARGET_OS')
12 transport = env.get('TARGET_TRANSPORT')
13
14 print "Given Transport is %s" % transport
15 print "Given OS is %s" % target_os
16
17 env.SConscript('scons/SConscript')