diff options
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/hpacel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/hpacel/Makefile b/sys/modules/hpacel/Makefile index 78a0128e4a3..b898871083c 100644 --- a/sys/modules/hpacel/Makefile +++ b/sys/modules/hpacel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:50 rin Exp $ +# $NetBSD: Makefile,v 1.3 2021/04/13 06:25:49 mrg Exp $ .include "../Makefile.inc" @@ -8,4 +8,6 @@ KMOD= hpacel IOCONF= hpacel.ioconf SRCS= hpacel_acpi.c +COPTS.hpacel_acpi.c+= ${GCC_NO_MAYBE_UNINITIALIZED} + .include <bsd.kmodule.mk> |
