diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-08 14:20:52 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-17 19:35:00 +0000 |
| commit | e7a07ad1dbffd63f596459596428e4c8390e866b (patch) | |
| tree | f3efde0c857823993a4f6e63a22b9c09afe0303f /sys/modules/linux/Makefile | |
| parent | f360bdf68de9cc9b201e9609ac7c7190ed5e4512 (diff) | |
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 9b4453045c09..b94605853743 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -20,7 +20,7 @@ SRCS= linux_fork.c linux${SFX}_dummy_machdep.c linux_file.c linux_event.c \ opt_inet6.h opt_compat.h opt_posix.h opt_usb.h vnode_if.h \ device_if.h bus_if.h .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" -SRCS+= linux_dummy_x86.c linux_vdso_tsc_selector_x86.c +SRCS+= linux_dummy_x86.c linux_vdso_selector_x86.c VDSODEPS=linux_vdso_gettc_x86.inc .endif .if ${MACHINE_CPUARCH} == "amd64" |
