diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-02-01 16:57:04 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-02-01 16:57:04 +0000 |
commit | f6d5b31f8b3cf53bcf3ab7c12120c00f29de87b9 (patch) | |
tree | a672a6006c61a20dac338256bf9c27cd21f2e38b /sys/modules/tpm/Makefile | |
parent | 7bde621ba35d45eeac3cbcb147bdbcabf5d4a575 (diff) |
Notes
Diffstat (limited to 'sys/modules/tpm/Makefile')
-rw-r--r-- | sys/modules/tpm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/tpm/Makefile b/sys/modules/tpm/Makefile index 9fd80d7ae715..79c737b653e0 100644 --- a/sys/modules/tpm/Makefile +++ b/sys/modules/tpm/Makefile @@ -11,5 +11,3 @@ SRCS+= tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h SRCS+= tpm20.c tpm_crb.c tpm_tis.c opt_tpm.h .include <bsd.kmod.mk> - -CWARNFLAGS.tpm_crb.c+= ${NO_WINT_IN_BOOL_CONTEXT} |