mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = tdfx
|
|
SRCS = tdfx_drv.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|