historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/libstb/tss/Makefile.inc

14 lines
239 B
PHP
Raw Normal View History

2024-01-16 17:20:27 +00:00
#-*-Makefile-*-
TSS_DIR = libstb/tss
SUBDIRS += $(TSS_DIR)
TSS_SRCS = trustedbootCmds.C trustedTypes.C trustedbootUtils.C \
tpmLogMgr.C
TSS_OBJS = $(TSS_SRCS:%.C=%.o)
TSS = $(TSS_DIR)/built-in.a
$(TSS): $(TSS_OBJS:%=$(TSS_DIR)/%)