Fix i386 linux module after r367395.
In r367395 parts of machine dependent linux_dummy.c were moved to a new machine independent file sys/compat/linux/linux_dummy.c and the existing linux_dummy.c was renamed to linux_dummy_machdep.c. Add linux_dummy_machdep.c to the linux module for i386. Rename sys/amd64/linux32/linux_dummy.c for consistency. Add the new linux_dummy.c to the linux module for i386.
This commit is contained in:
parent
4f1efa309c
commit
df4ca45cf9
@ -405,7 +405,7 @@ compat/linsysfs/linsysfs.c optional linsysfs
|
||||
#
|
||||
# Linux/i386 binary support
|
||||
#
|
||||
amd64/linux32/linux32_dummy.c optional compat_linux32
|
||||
amd64/linux32/linux32_dummy_machdep.c optional compat_linux32
|
||||
amd64/linux32/linux32_machdep.c optional compat_linux32
|
||||
amd64/linux32/linux32_support.s optional compat_linux32 \
|
||||
dependency "linux32_assym.h"
|
||||
|
@ -13,7 +13,7 @@ CFLAGS+=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32
|
||||
VDSO= linux${SFX}_vdso
|
||||
|
||||
KMOD= linux
|
||||
SRCS= linux_fork.c linux${SFX}_dummy.c linux_file.c linux_event.c \
|
||||
SRCS= linux_fork.c linux${SFX}_dummy_machdep.c linux_file.c linux_event.c \
|
||||
linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
|
||||
linux${SFX}_machdep.c linux_misc.c linux_signal.c \
|
||||
linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \
|
||||
@ -41,7 +41,7 @@ OBJS= ${VDSO}.so
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
SRCS+= linux_ptrace.c imgact_linux.c linux_util.c linux_mib.c linux_mmap.c \
|
||||
linux_emul.c linux_errno.c opt_cpu.h linux.c
|
||||
linux_dummy.c linux_emul.c linux_errno.c opt_cpu.h linux.c
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
|
Loading…
Reference in New Issue
Block a user