aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-07-03 21:02:25 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-07-03 21:02:25 +0000
commitccca101f7049ae5aefa5c37577abf4129658a055 (patch)
treedddbb0e5eadc597f2b8df4384bc56fd025c71205 /sys/modules/linux64
parent20089565b6f59582071d5ad755be210f9c773fa8 (diff)
Notes
Diffstat (limited to 'sys/modules/linux64')
-rw-r--r--sys/modules/linux64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index 21ed35c4f06e..fac581b8ea09 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -51,7 +51,7 @@ linux_support.o: assym.inc linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
-linux_genassym.o:
+linux_genassym.o: offset.inc
${CC} -c ${CFLAGS:N-flto:N-fno-common} ${.IMPSRC}
.if !defined(KERNBUILDDIR)