From b725c6df4236c06dc30e0c5940c4dfe7b8922a36 Mon Sep 17 00:00:00 2001 From: Visa Hankala Date: Thu, 3 Feb 2022 10:21:14 +0000 Subject: Rename armv7_installboot.c to efi_installboot.c. The code is common to EFI platforms, not specific to armv7. Suggested by kettenis@ --- distrib/special/installboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/special') diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile index e3bb126ed8d..8b00e1c27f2 100644 --- a/distrib/special/installboot/Makefile +++ b/distrib/special/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2020/07/20 14:55:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2022/02/03 10:21:13 visa Exp $ .PATH: ${.CURDIR}/../../../usr.sbin/installboot @@ -16,7 +16,7 @@ SRCS += i386_installboot.c SRCS += i386_nlist.c SRCS += i386_softraid.c .elif ${MACHINE} == "armv7" || ${MACHINE} == "arm64" -SRCS += armv7_installboot.c +SRCS += efi_installboot.c .elif ${MACHINE} == "hppa" CFLAGS += -DBOOTSTRAP SRCS += hppa_installboot.c -- cgit v1.2.3