mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 05:59:18 +00:00
When NVRAM tools are not available we skip building swtpm_setup. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
21 lines
247 B
Makefile
21 lines
247 B
Makefile
#
|
|
# src/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = \
|
|
swtpm \
|
|
swtpm_bios \
|
|
swtpm_cert \
|
|
swtpm_ioctl
|
|
if WITH_SWTPM_SETUP
|
|
SUBDIRS += \
|
|
swtpm_setup
|
|
endif
|
|
|
|
if WITH_SELINUX
|
|
SUBDIRS += \
|
|
selinux
|
|
endif
|