Deleted Added
full compact
Makefile (169903) Makefile (182668)
1# $FreeBSD: head/sys/modules/linux/Makefile 169903 2007-05-23 15:45:52Z kib $
1# $FreeBSD: head/sys/modules/linux/Makefile 182668 2008-09-01 23:59:00Z imp $
2
3.if ${MACHINE_ARCH} == "amd64"
4SFX= 32
5CFLAGS+=-DCOMPAT_IA32 -DCOMPAT_LINUX32
6.endif
7
8.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux${SFX}
9

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

49 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
50 ${.IMPSRC} -o ${.TARGET}
51
52linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine
53 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
54
55.if !defined(KERNBUILDDIR)
56opt_inet6.h:
2
3.if ${MACHINE_ARCH} == "amd64"
4SFX= 32
5CFLAGS+=-DCOMPAT_IA32 -DCOMPAT_LINUX32
6.endif
7
8.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux${SFX}
9

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

49 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
50 ${.IMPSRC} -o ${.TARGET}
51
52linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine
53 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
54
55.if !defined(KERNBUILDDIR)
56opt_inet6.h:
57 echo "#define INET6 1" > opt_inet6.h
57 echo "#define INET6 1" > ${.TARGET}
58.endif
59
60.include <bsd.kmod.mk>
58.endif
59
60.include <bsd.kmod.mk>