Deleted Added
full compact
kern.pre.mk (163704) kern.pre.mk (169240)
1# $FreeBSD: head/sys/conf/kern.pre.mk 163704 2006-10-26 15:16:43Z bde $
1# $FreeBSD: head/sys/conf/kern.pre.mk 169240 2007-05-04 00:00:12Z jfv $
2
3# Part of a unified Makefile for building kernels. This part contains all
4# of the definitions that need to be before %BEFORE_DEPEND.
5
6SRCCONF?= /etc/src.conf
7.if exists(${SRCCONF})
8.include "${SRCCONF}"
9.endif

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

71INCLUDES+= -I$S/dev/ath
72
73# ... and the same for the NgATM stuff
74INCLUDES+= -I$S/contrib/ngatm
75
76# .. and the same for twa
77INCLUDES+= -I$S/dev/twa
78
2
3# Part of a unified Makefile for building kernels. This part contains all
4# of the definitions that need to be before %BEFORE_DEPEND.
5
6SRCCONF?= /etc/src.conf
7.if exists(${SRCCONF})
8.include "${SRCCONF}"
9.endif

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

71INCLUDES+= -I$S/dev/ath
72
73# ... and the same for the NgATM stuff
74INCLUDES+= -I$S/contrib/ngatm
75
76# .. and the same for twa
77INCLUDES+= -I$S/dev/twa
78
79# .. and the same for em
80INCLUDES+= -I$S/dev/em
81
79# ... and XFS
80INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
81
82.endif
83
84CFLAGS= ${COPTFLAGS} ${C_DIALECT} ${DEBUG} ${CWARNFLAGS}
85CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
86.if ${CC} != "icc"

--- 66 unchanged lines hidden ---
82# ... and XFS
83INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
84
85.endif
86
87CFLAGS= ${COPTFLAGS} ${C_DIALECT} ${DEBUG} ${CWARNFLAGS}
88CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
89.if ${CC} != "icc"

--- 66 unchanged lines hidden ---