diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-07-19 20:42:27 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-11-02 15:37:43 +0000 |
| commit | 35548e48a41e292f373ed5773d9fb802ec263c92 (patch) | |
| tree | f8d7ede958584718f445097dfcedf4bf39dcd261 /sys/modules/linux64/Makefile | |
| parent | 798ea06f07778f69297bcb9c88738d115bf0369e (diff) | |
Diffstat (limited to 'sys/modules/linux64/Makefile')
| -rw-r--r-- | sys/modules/linux64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index f6f750e5216d..7d9929f7e14b 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -98,9 +98,9 @@ linux_vdso.so: linux_vdso.so.o linux_vdso.so.o ${.TARGET} ${STRIPBIN} -N _binary_linux_vdso_so_o_size ${.TARGET} -linux_support.o: assym.inc linux_assym.h +linux_support.o: linux_support.S assym.inc linux_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ - ${.IMPSRC} -o ${.TARGET} + ${.ALLSRC:M*.S:u} -o ${.TARGET} linux_genassym.o: offset.inc ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC} |
