Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot Add missing include paths for libz. Not us...
details: https://anonhg.NetBSD.org/src/rev/d35a65a6b95c
branches: trunk
changeset: 376383:d35a65a6b95c
user: rin <rin%NetBSD.org@localhost>
date: Thu Jun 15 03:20:58 2023 +0000
description:
Add missing include paths for libz. Not used at the moment although.
diffstat:
sys/stand/efiboot/Makefile.efiboot | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 61cc97bff2ff -r d35a65a6b95c sys/stand/efiboot/Makefile.efiboot
--- a/sys/stand/efiboot/Makefile.efiboot Wed Jun 14 23:03:19 2023 +0000
+++ b/sys/stand/efiboot/Makefile.efiboot Thu Jun 15 03:20:58 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.efiboot,v 1.28 2023/06/03 21:26:29 lukem Exp $
+# $NetBSD: Makefile.efiboot,v 1.29 2023/06/15 03:20:58 rin Exp $
S= ${.CURDIR}/../../..
@@ -132,6 +132,7 @@ LIBKERN= ${KERNLIB}
### find out what to use for libz
Z_AS= library
.include "${S}/lib/libz/Makefile.inc"
+CPPFLAGS+= -I${S}/lib/libz -I${S}/../common/dist/zlib
LIBZ= ${ZLIB}
### find out what to use for libgnuefi
Home |
Main Index |
Thread Index |
Old Index