aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
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/linux
parent20089565b6f59582071d5ad755be210f9c773fa8 (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index e49b8da15a99..0a06ec3cba8b 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -76,7 +76,7 @@ ${VDSO}.so: linux${SFX}_locore.o
strip -N _binary_linux_locore_o_size ${.TARGET}
.endif
-linux${SFX}_genassym.o:
+linux${SFX}_genassym.o: offset.inc
${CC} -c ${CFLAGS:N-flto:N-fno-common} ${.IMPSRC}
.if !defined(KERNBUILDDIR)