summaryrefslogtreecommitdiffstats
path: root/src/fundamental/meson.build
blob: b1522a88f8e37c1a2adf7b9c11490c96a97c0895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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',
        'sha1-fundamental.c',
        'sha256-fundamental.c',
        'string-util-fundamental.c',
        'uki.c',
)