summaryrefslogtreecommitdiff
path: root/src/core/devices/meson.build
blob: 66f7aa928b695fbb0a9153e694d46b1dc51ac194 (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-or-later

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