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

fundamental_include = include_directories('.')

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