[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / modules

File: [cvs.NetBSD.org] / src / sys / modules / Makefile (download)

Revision 1.3, Sun May 18 21:14:04 2008 UTC (15 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.2: +4 -1 lines

Build radeondrm kmod on i386.

# $NetBSD: Makefile,v 1.3 2008/05/18 21:14:04 jmcneill Exp $

SUBDIR=		miniroot

.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
SUBDIR+=	drm i915drm
.endif
.if ${MACHINE} == "i386"
SUBDIR+=	radeondrm
.endif

.include <bsd.subdir.mk>