diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 17:47:20 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 17:47:20 +0000 |
| commit | 4ab7403bbd76f466d482cd69035091c04e409c09 (patch) | |
| tree | 7834fb011bae3e522ce0c187800ab6638a69ac86 /sys/modules/linux | |
| parent | a6fd8bb2bb7cfa591f67d2a4f51bd3ed922d79c8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -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 415d1ea01e1f..bbd9ff837f76 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -31,7 +31,7 @@ OBJS= ${VDSO}.so .if ${MACHINE_CPUARCH} == "i386" SRCS+= linux_ptrace.c imgact_linux.c linux_util.c linux_mib.c \ - linux_emul.c opt_cpu.h + linux_emul.c opt_cpu.h linux.c .endif .if ${MACHINE_CPUARCH} == "i386" |
