Deleted Added
full compact
Makefile (136858) Makefile (136944)
1# $FreeBSD: head/sys/modules/Makefile 136858 2004-10-24 08:53:40Z scottl $
1# $FreeBSD: head/sys/modules/Makefile 136944 2004-10-25 10:29:57Z 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 \

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

438
439.if ${MACHINE_ARCH} == "powerpc"
440_gem= gem
441.endif
442
443.if ${MACHINE_ARCH} == "sparc64"
444_auxio= auxio
445_gem= gem
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 \

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

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