about summary refs log tree commit diff
path: root/src/devices/meson.build
blob: 40a5c9dcc3fb7d037a9ac0e17dd0a7ec73ed5b63 (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
# SPDX-License-Identifier: LGPL-2.1+

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