Deleted Added
full compact
Makefile (186119) Makefile (211690)
1# $FreeBSD: head/sys/modules/cxgb/Makefile 186119 2008-12-15 06:10:57Z qingli $
1# $FreeBSD: head/sys/modules/cxgb/Makefile 211690 2010-08-23 06:13:29Z imp $
2SUBDIR= cxgb
3SUBDIR+= ${_toecore}
4SUBDIR+= ${_tom}
5SUBDIR+= ${_iw_cxgb}
6SUBDIR+= cxgb_t3fw
7
8.if defined(SYSDIR)
9_sysdir = ${SYSDIR}

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

23
24_toe_header = ${_sysdir}/netinet/toedev.h
25
26.if exists(${_toe_header})
27_toecore = toecore
28#_tom = tom
29.endif
30
2SUBDIR= cxgb
3SUBDIR+= ${_toecore}
4SUBDIR+= ${_tom}
5SUBDIR+= ${_iw_cxgb}
6SUBDIR+= cxgb_t3fw
7
8.if defined(SYSDIR)
9_sysdir = ${SYSDIR}

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

23
24_toe_header = ${_sysdir}/netinet/toedev.h
25
26.if exists(${_toe_header})
27_toecore = toecore
28#_tom = tom
29.endif
30
31.if ${MACHINE_ARCH} == "i386" && exists(${_toe_header})
31.if ${MACHINE_CPUARCH} == "i386" && exists(${_toe_header})
32_iw_cxgb = iw_cxgb
33.endif
34
32_iw_cxgb = iw_cxgb
33.endif
34
35.if ${MACHINE_ARCH} == "amd64" && exists(${_toe_header})
35.if ${MACHINE_CPUARCH} == "amd64" && exists(${_toe_header})
36_iw_cxgb = iw_cxgb
37.endif
38
39.include <bsd.subdir.mk>
36_iw_cxgb = iw_cxgb
37.endif
38
39.include <bsd.subdir.mk>