Deleted Added
full compact
Makefile (146961) Makefile (151350)
1# $FreeBSD: head/sys/modules/linux/Makefile 146961 2005-06-04 16:57:04Z imp $
1# $FreeBSD: head/sys/modules/linux/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
4
5KMOD= linux
6SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
7 linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
8 linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
9 linux_util.c opt_compat.h opt_inet6.h opt_mac.h \

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

32
33linux_locore.o: linux_locore.s linux_assym.h
34 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
35 ${.IMPSRC} -o ${.TARGET}
36
37linux_genassym.o: linux_genassym.c linux.h @ machine
38 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
39
2
3.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
4
5KMOD= linux
6SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
7 linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
8 linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
9 linux_util.c opt_compat.h opt_inet6.h opt_mac.h \

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

32
33linux_locore.o: linux_locore.s linux_assym.h
34 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
35 ${.IMPSRC} -o ${.TARGET}
36
37linux_genassym.o: linux_genassym.c linux.h @ machine
38 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
39
40.if !defined(KERNBUILDDIR)
40opt_compat.h:
41 echo "#define COMPAT_43 1" > opt_compat.h
42
43opt_inet6.h:
44 echo "#define INET6 1" > opt_inet6.h
41opt_compat.h:
42 echo "#define COMPAT_43 1" > opt_compat.h
43
44opt_inet6.h:
45 echo "#define INET6 1" > opt_inet6.h
46.endif
45
46.include <bsd.kmod.mk>
47
48.include <bsd.kmod.mk>