summaryrefslogtreecommitdiffstats
path: root/src/fundamental/meson.build
blob: 3e9866ef703f1c84fa09d1654b73e6d9a89db88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: LGPL-2.1-or-later

fundamental_include = include_directories('.')

fundamental_sources = files(
        'bootspec-fundamental.c',
        'efivars-fundamental.c',
        'iovec-util-fundamental.h',
        'sha256-fundamental.c',
        'string-util-fundamental.c',
        'uki.c',
)