diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2021-06-30 16:45:21 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-17 19:33:02 +0000 |
| commit | 1b196c07b81d1ec547a4e57567c352e93080c9e5 (patch) | |
| tree | 9f12844e337d759190b6032c8163976d6844f549 /sys/modules/linux64 | |
| parent | 8f7fb96aaf72c39a5d276e80c7baec6744a5157c (diff) | |
Diffstat (limited to 'sys/modules/linux64')
| -rw-r--r-- | sys/modules/linux64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index 994f4aff1dac..c269a2251b76 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -18,6 +18,7 @@ SRCS= linux_fork.c linux_dummy_machdep.c linux_file.c linux_event.c \ linux_support.s .if ${MACHINE_CPUARCH} == "amd64" SRCS+= linux_dummy_x86.c +SRCS+= linux_elf64.c .endif DPSRCS= assym.inc linux_genassym.c |
