Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/stand/ia64/efi loader.efi doesn't have source
details: https://anonhg.NetBSD.org/src/rev/0d3102fd436b
branches: trunk
changeset: 1011498:0d3102fd436b
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jul 02 09:07:24 2020 +0000
description:
loader.efi doesn't have source
(Untested fix)
diffstat:
sys/arch/ia64/stand/ia64/efi/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 18370f2d0fac -r 0d3102fd436b sys/arch/ia64/stand/ia64/efi/Makefile
--- a/sys/arch/ia64/stand/ia64/efi/Makefile Thu Jul 02 09:02:04 2020 +0000
+++ b/sys/arch/ia64/stand/ia64/efi/Makefile Thu Jul 02 09:07:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/04/09 22:50:02 christos Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/02 09:07:24 lukem Exp $
S= ${.CURDIR}/../../../../..
@@ -9,6 +9,8 @@
MAN.loader.sym= # no man
MAN.loader.efi= # no man
+SRCS.loader.efi= # no SRCS
+
CPPFLAGS+= -I${IA64_STAND_DIR}/efi/libefi/
CPPFLAGS+= -I${IA64_STAND_DIR}/common/
CPPFLAGS+= -I${S}
Home |
Main Index |
Thread Index |
Old Index