src/devices/wifi/wscript
changeset 4692 f4cd995f1718
parent 4681 8558474b6149
child 4703 e1259e2fdaad
child 5133 1e44b8fa74cd
equal deleted inserted replaced
4691:43e7ee285fdc 4692:f4cd995f1718
   104         'qos-utils.h',
   104         'qos-utils.h',
   105         'edca-txop-n.h',
   105         'edca-txop-n.h',
   106         'msdu-aggregator.h',
   106         'msdu-aggregator.h',
   107         'amsdu-subframe-header.h',
   107         'amsdu-subframe-header.h',
   108         'qos-tag.h',
   108         'qos-tag.h',
       
   109 # Need this for module devices/mesh
       
   110         'mgt-headers.h',
       
   111         'status-code.h',
       
   112         'capability-information.h',
       
   113         'dcf-manager.h',
       
   114         'mac-rx-middle.h', 
       
   115         'mac-low.h',
   109         ]
   116         ]
   110 
   117 
   111     if bld.env['ENABLE_GSL']:
   118     if bld.env['ENABLE_GSL']:
   112         obj.uselib = 'GSL GSLCBLAS M'
   119         obj.uselib = 'GSL GSLCBLAS M'
   113         obj.env.append_value('CXXDEFINES', "ENABLE_GSL")
   120         obj.env.append_value('CXXDEFINES', "ENABLE_GSL")