Changeset 8741

Show
Ignore:
Timestamp:
02/21/09 18:48:13 (4 years ago)
Author:
shereef
Message:

adding ml403 node

Location:
ossiedev/trunk
Files:
8 added
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/build.py

    r8580 r8741  
    111111 
    112112    # build platform 
    113     platform_dirs = ['GPP', 'domain', 'dtd', 'Sound_in', 'Sound_out', 'USRP', 'nodes/default_GPP_node', 'nodes/default_GPP_sound_node', 'nodes/default_GPP_USRP_node', 'nodes/default_GPP_USRP_sound_node', ] 
     113    platform_dirs = ['GPP', 'domain', 'dtd', 'Sound_in', 'Sound_out', 'USRP', 'nodes/default_GPP_node', 'nodes/default_GPP_sound_node', 'nodes/default_GPP_USRP_node', 'nodes/default_GPP_USRP_sound_node', 'nodes/default_ml403_node', ] 
    114114    for dir in platform_dirs: 
    115115        path = 'platform' + os.path.sep + dir