Deleted Added
full compact
Makefile (302408) Makefile (303679)
1# $FreeBSD: stable/11/sys/modules/linux64/Makefile 296057 2016-02-25 19:26:14Z emaste $
1# $FreeBSD: stable/11/sys/modules/linux64/Makefile 303679 2016-08-02 20:56:00Z bdrewery $
2
3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
4
5VDSO= linux_vdso
6
7KMOD= linux64
8SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
9 linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
10 linux_machdep.c linux_misc.c linux_signal.c \
11 linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
12 linux_sysvec.c linux_time.c linux_vdso.c linux_timer.c \
13 opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \
14 vnode_if.h device_if.h bus_if.h assym.s \
15 linux_support.s
16DPSRCS= linux_genassym.c
17
18# XXX: for assym.s
2
3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
4
5VDSO= linux_vdso
6
7KMOD= linux64
8SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
9 linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
10 linux_machdep.c linux_misc.c linux_signal.c \
11 linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
12 linux_sysvec.c linux_time.c linux_vdso.c linux_timer.c \
13 opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \
14 vnode_if.h device_if.h bus_if.h assym.s \
15 linux_support.s
16DPSRCS= linux_genassym.c
17
18# XXX: for assym.s
19SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_hwpmc_hooks.h
19SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h
20.if ${MACHINE_CPUARCH} == "i386"
21SRCS+= opt_apic.h
22.endif
20
21CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o
22
23OBJS= ${VDSO}.so
24
25linux_assym.h: linux_genassym.o
26 sh ${SYSDIR}/kern/genassym.sh linux_genassym.o > ${.TARGET}
27

--- 28 unchanged lines hidden ---
23
24CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o
25
26OBJS= ${VDSO}.so
27
28linux_assym.h: linux_genassym.o
29 sh ${SYSDIR}/kern/genassym.sh linux_genassym.o > ${.TARGET}
30

--- 28 unchanged lines hidden ---