Makefile (e16fe1c7304dad853feab78221dfdadce3053e7e) Makefile (4ab7403bbd76f466d482cd69035091c04e409c09)
1# $FreeBSD$
2
3.if ${MACHINE_CPUARCH} == "amd64"
4SFX= 32
5CFLAGS+=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32
6.endif
7
8.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_CPUARCH}/linux${SFX}

--- 17 unchanged lines hidden (view full) ---

26.if ${MACHINE_CPUARCH} == "i386"
27SRCS+= opt_apic.h
28.endif
29
30OBJS= ${VDSO}.so
31
32.if ${MACHINE_CPUARCH} == "i386"
33SRCS+= linux_ptrace.c imgact_linux.c linux_util.c linux_mib.c \
1# $FreeBSD$
2
3.if ${MACHINE_CPUARCH} == "amd64"
4SFX= 32
5CFLAGS+=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32
6.endif
7
8.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_CPUARCH}/linux${SFX}

--- 17 unchanged lines hidden (view full) ---

26.if ${MACHINE_CPUARCH} == "i386"
27SRCS+= opt_apic.h
28.endif
29
30OBJS= ${VDSO}.so
31
32.if ${MACHINE_CPUARCH} == "i386"
33SRCS+= linux_ptrace.c imgact_linux.c linux_util.c linux_mib.c \
34 linux_emul.c opt_cpu.h
34 linux_emul.c opt_cpu.h linux.c
35.endif
36
37.if ${MACHINE_CPUARCH} == "i386"
38EXPORT_SYMS=
39EXPORT_SYMS+= linux_emul_path
40EXPORT_SYMS+= linux_get_osname
41EXPORT_SYMS+= linux_get_osrelease
42EXPORT_SYMS+= linux_ioctl_register_handler

--- 43 unchanged lines hidden ---
35.endif
36
37.if ${MACHINE_CPUARCH} == "i386"
38EXPORT_SYMS=
39EXPORT_SYMS+= linux_emul_path
40EXPORT_SYMS+= linux_get_osname
41EXPORT_SYMS+= linux_get_osrelease
42EXPORT_SYMS+= linux_ioctl_register_handler

--- 43 unchanged lines hidden ---