summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/efiboot/bootx64/Makefile
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-12-02 11:51:23 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-12-02 11:51:23 +0000
commit38ed4a54d416f907b738befd8813eb7382e4639a (patch)
tree1bc2eb21b19e7a53b26f177c05315787ebff81ab /sys/arch/amd64/stand/efiboot/bootx64/Makefile
parent8a4a73c82371aeb810489ae97d261c09f84916bd (diff)
Add missing start_i386.S for ia32. Also start.S is renamed to
start_amd64.S.
Diffstat (limited to 'sys/arch/amd64/stand/efiboot/bootx64/Makefile')
-rw-r--r--sys/arch/amd64/stand/efiboot/bootx64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efiboot/bootx64/Makefile b/sys/arch/amd64/stand/efiboot/bootx64/Makefile
index b647b19e0a3..6c58149369f 100644
--- a/sys/arch/amd64/stand/efiboot/bootx64/Makefile
+++ b/sys/arch/amd64/stand/efiboot/bootx64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2015/09/02 01:52:26 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.2 2015/12/02 11:51:22 yasuoka Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ NOMAN= #
OBJFMT= efi-app-x86_64
SOFTRAID= yes
COPTS+= -I${EFIDIR}/include/amd64
-SRCS+= start.S run_i386.S random_amd64.S eficall.S
+SRCS+= start_amd64.S run_i386.S random_amd64.S eficall.S
LDSCRIPT= ldscript.amd64
.include "${.CURDIR}/../Makefile.common"