aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/efi/libstub/Makefile')
-rw-r--r--drivers/firmware/efi/libstub/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firmware/efi/libstub/Makefile b/drivers/firmware/efi/libstub/Makefile
index adaa4a964f0c..7b3ba40f0745 100644
--- a/drivers/firmware/efi/libstub/Makefile
+++ b/drivers/firmware/efi/libstub/Makefile
@@ -30,8 +30,7 @@ OBJECT_FILES_NON_STANDARD := y
30# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in. 30# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in.
31KCOV_INSTRUMENT := n 31KCOV_INSTRUMENT := n
32 32
33lib-y := efi-stub-helper.o gop.o secureboot.o 33lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o
34lib-$(CONFIG_RESET_ATTACK_MITIGATION) += tpm.o
35 34
36# include the stub's generic dependencies from lib/ when building for ARM/arm64 35# include the stub's generic dependencies from lib/ when building for ARM/arm64
37arm-deps-y := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c 36arm-deps-y := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c