diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-23 10:16:26 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-23 10:16:26 +0000 |
| commit | 2434137f690dabc35586ab45fc4c4ecc5b71184f (patch) | |
| tree | d2a2fae16897aa4e5fa923427a643eee1eabfca0 /sys/modules/linux | |
| parent | b387a075d9db81a7bcc3adcc7c1c5ba93e8d8f66 (diff) | |
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index b94605853743..be6231f767f1 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -41,7 +41,8 @@ OBJS= linux${SFX}_vdso.so .if ${MACHINE_CPUARCH} == "i386" SRCS+= linux_ptrace_machdep.c imgact_linux.c linux_util.c linux_mib.c \ - linux_mmap.c linux_dummy.c linux_emul.c linux_errno.c opt_cpu.h linux.c + linux_mmap.c linux_dummy.c linux_emul.c linux_errno.c opt_cpu.h linux.c \ + linux_x86.c .endif .if ${MACHINE_CPUARCH} == "i386" |
