diff options
Diffstat (limited to 'src/usr/secureboot/trusted/makefile')
| -rw-r--r-- | src/usr/secureboot/trusted/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/secureboot/trusted/makefile b/src/usr/secureboot/trusted/makefile index 6fd41f709..b3da5a509 100644 --- a/src/usr/secureboot/trusted/makefile +++ b/src/usr/secureboot/trusted/makefile @@ -28,6 +28,7 @@ MODULE = secureboot_trusted OBJS += $(if $(CONFIG_TPMDD),trustedboot.o,) OBJS += $(if $(CONFIG_TPMDD),trustedbootCmds.o,) OBJS += $(if $(CONFIG_TPMDD),trustedTypes.o,) +OBJS += $(if $(CONFIG_TPMDD),tpmLogMgr.o,) OBJS += $(if $(CONFIG_TPMDD),trustedbootUtils.o,) SUBDIRS += $(if $(CONFIG_TPMDD),test.d,) |

