mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
9 lines
181 B
Makefile
9 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>
|