summaryrefslogtreecommitdiff
path: root/src/devices/meson.build
blob: d29bf5e5efef2b6316a6c04608d92a3bc543f1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
subdir('adsl')

if enable_modem_manager
  subdir('wwan')
  subdir('bluetooth')
endif

if enable_wifi
  subdir('wifi')
endif

if enable_teamdctl
  subdir('team')
endif

if enable_ovs
  subdir('ovs')
endif

if enable_tests
  subdir('tests')
endif

if enable_contrail
  subdir('contrail')
endif