summaryrefslogtreecommitdiff
path: root/src/fundamental/meson.build
blob: a55a5faa53f5361460cec5a9a75521c0ae40f245 (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',
        'tpm-pcr.c',
)