summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm/r128/Makefile
blob: 947e3075c487f9e43bc45be981ffa976db888e90 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH:	${.CURDIR}/../../../dev/drm
KMOD	= r128
NOMAN	= YES
SRCS	= r128_cce.c r128_drv.c r128_state.c
SRCS	+=device_if.h bus_if.h pci_if.h opt_drm.h opt_drm_linux.h
KMODDEPS= agp

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud