aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-12 14:57:05 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-12 14:57:05 +0000
commit9576e1ee54c081885977d53ef7b96674323dc8ff (patch)
treebf27ef3c8965782a2af62a43c931f4a382a26bb0 /sys/boot/efi
parentcd955ec800c72245c48af837ac507e8137b3c9fe (diff)
Move ufsread.c
Move ufsread.c from sys/boot/common (which used to be all the common files for /boot/loader, but grew to be all the common files for sys/boot, but that's now sys/boot/libsa's job) to sys/boot/libsa. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=324556
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/boot1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/boot1/Makefile b/sys/boot/efi/boot1/Makefile
index 883d6d39d1d8..1907dc222d18 100644
--- a/sys/boot/efi/boot1/Makefile
+++ b/sys/boot/efi/boot1/Makefile
@@ -2,7 +2,7 @@
MAN=
-.include <src.opts.mk>
+.include "../Makefile.inc"
MK_SSP= no
@@ -120,7 +120,7 @@ boot1.efi: ${PROG}
-j .rela.dyn -j .reloc -j .eh_frame \
--output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
-boot1.o: ${.CURDIR}/../../common/ufsread.c
+boot1.o: ${SASRC}/ufsread.c
# The following inserts our objects into a template FAT file system
# created by generate-fat.sh