diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-03-31 11:56:29 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-03-31 11:56:29 +0000 |
| commit | 126df352f5161c89516f9db83bdb892a170f04fb (patch) | |
| tree | 9539db743a7585fe13e34292158f643452451392 /sys/modules/linux | |
| parent | f94b5734bce1a28f65156855f45ea9756b739894 (diff) | |
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 43d7f2c240b8..8efdb3220585 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -47,9 +47,6 @@ VDSODEPS=linux_vdso_gettc_x86.inc .endif .if ${MACHINE_CPUARCH} == "amd64" SRCS+= linux${SFX}_support.S -.else -SRCS+= linux_copyout.c -SRCS+= linux_netlink.c .endif DPSRCS= assym.inc linux${SFX}_genassym.c @@ -72,7 +69,9 @@ SRCS+= imgact_linux.c \ linux_ptrace_machdep.c \ linux_util.c \ linux_vdso_selector_x86.c \ - linux_x86.c + linux_x86.c \ + linux_copyout.c \ + linux_netlink.c .endif .if ${MACHINE_CPUARCH} == "i386" |
