diff options
| author | Ahmad Khalifa <vexeduxr@FreeBSD.org> | 2025-09-09 17:19:15 +0000 |
|---|---|---|
| committer | Ahmad Khalifa <vexeduxr@FreeBSD.org> | 2025-09-09 17:19:15 +0000 |
| commit | d81b84d6de652e6bff2d6af690752cec05d1ac0d (patch) | |
| tree | 043573ec2c3ad835efc096435674f9ad708b59fc | |
| parent | 9bfbc6826f72eb385bf52f4cde8080bccf7e3ebd (diff) | |
loader/efi: build with -Wall
Reviewed by: tsoome
Differential Revision: https://reviews.freebsd.org/D52431
| -rw-r--r-- | stand/efi/loader/Makefile | 1 |
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 |
