summaryrefslogtreecommitdiff
path: root/sys/modules/tdfxdrm/Makefile
blob: b77b16fbad902b59ceb923f85c58c4ec564aacea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.1 2011/08/28 16:19:08 jmcneill Exp $

.include "../Makefile.inc"

.PATH:	${S}/external/bsd/drm/dist/bsd-core
.PATH:	${S}/external/bsd/drm/dist/shared-core

KMOD=   tdfxdrm
IOCONF=	tdfxdrm.ioconf

SRCS=	tdfx_drv.c

CPPFLAGS+=	-I${S}/external/bsd/drm/dist/bsd-core \
		-I${S}/external/bsd/drm/dist/shared-core

.include <bsd.kmodule.mk>