67a2a28fe4
Approved by: des
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = gamma
|
|
NOMAN = YES
|
|
SRCS = gamma_drv.c gamma_dma.c
|
|
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|