Deleted Added
full compact
Makefile (135611) Makefile (136301)
1# $FreeBSD: head/sys/modules/Makefile 135611 2004-09-23 08:34:50Z phk $
1# $FreeBSD: head/sys/modules/Makefile 136301 2004-10-09 07:31:03Z yongari $
2
3# pcic -- currently broken and being worked on out of tree.
4# oldcard -- specialized use for debugging only.
5# owi -- totally unsupported for debugging only.
6
7SUBDIR= ${_3dfx} \
8 ${_aac} \
9 accf_data \

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

23 ${_ar} \
24 ${_arcnet} \
25 ${_arl} \
26 ${_asr} \
27 ath \
28 ${_ath_hal} \
29 aue \
30 autofs \
2
3# pcic -- currently broken and being worked on out of tree.
4# oldcard -- specialized use for debugging only.
5# owi -- totally unsupported for debugging only.
6
7SUBDIR= ${_3dfx} \
8 ${_aac} \
9 accf_data \

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

23 ${_ar} \
24 ${_arcnet} \
25 ${_arl} \
26 ${_asr} \
27 ath \
28 ${_ath_hal} \
29 aue \
30 autofs \
31 ${_auxio} \
31 ${_awi} \
32 axe \
33 bfe \
34 bge \
35 ${_bios} \
36 ${_bktr} \
37 bridge \
38 cam \

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

433_xe= xe
434.endif
435
436.if ${MACHINE_ARCH} == "powerpc"
437_gem= gem
438.endif
439
440.if ${MACHINE_ARCH} == "sparc64"
32 ${_awi} \
33 axe \
34 bfe \
35 bge \
36 ${_bios} \
37 ${_bktr} \
38 bridge \
39 cam \

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

434_xe= xe
435.endif
436
437.if ${MACHINE_ARCH} == "powerpc"
438_gem= gem
439.endif
440
441.if ${MACHINE_ARCH} == "sparc64"
442_auxio= auxio
441_gem= gem
442.endif
443
444.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
445SUBDIR=${MODULES_OVERRIDE}
446.endif
447
448# Calling kldxref(8) for each module is expensive.
449.if !defined(NO_XREF)
450.MAKEFLAGS+= -DNO_XREF
451afterinstall:
452 @if type kldxref >/dev/null 2>&1; then \
453 ${ECHO} kldxref ${DESTDIR}${KMODDIR}; \
454 kldxref ${DESTDIR}${KMODDIR}; \
455 fi
456.endif
457
458.include <bsd.subdir.mk>
443_gem= gem
444.endif
445
446.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
447SUBDIR=${MODULES_OVERRIDE}
448.endif
449
450# Calling kldxref(8) for each module is expensive.
451.if !defined(NO_XREF)
452.MAKEFLAGS+= -DNO_XREF
453afterinstall:
454 @if type kldxref >/dev/null 2>&1; then \
455 ${ECHO} kldxref ${DESTDIR}${KMODDIR}; \
456 kldxref ${DESTDIR}${KMODDIR}; \
457 fi
458.endif
459
460.include <bsd.subdir.mk>