xref: /openbmc/phosphor-misc/meson.build (revision 272b453c80faeed47c1d04f05f216a84c791c418)
1project(
2    'phosphor-misc', 'c',
3    license: 'Apache-2.0',
4    version: '1.0',
5)
6
7subdir('firstboot')
8subdir('http-redirect')
9subdir('usb-ctrl')
10