summaryrefslogtreecommitdiff
path: root/src/devices/meson.build
blob: 2d874659c74b580bdb2f7434bec91ffd702d2139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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