aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Khalifa <vexeduxr@FreeBSD.org>2025-09-09 17:19:15 +0000
committerAhmad Khalifa <vexeduxr@FreeBSD.org>2025-09-09 17:19:15 +0000
commitd81b84d6de652e6bff2d6af690752cec05d1ac0d (patch)
tree043573ec2c3ad835efc096435674f9ad708b59fc
parent9bfbc6826f72eb385bf52f4cde8080bccf7e3ebd (diff)
loader/efi: build with -Wall
Reviewed by: tsoome Differential Revision: https://reviews.freebsd.org/D52431
-rw-r--r--stand/efi/loader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index ae2ffc475730..b30c563d4331 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -61,6 +61,7 @@ CWARNFLAGS.main.c+= -Wno-format
.PATH: ${.CURDIR}/../loader/arch/${__arch}
.include "${.CURDIR}/../loader/arch/${__arch}/Makefile.inc"
+CFLAGS+= -Wall
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/arch/${__arch}
CFLAGS+= -I${EFISRC}/include