mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
17 lines
359 B
Makefile
17 lines
359 B
Makefile
# $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>
|