mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
8 lines
184 B
Makefile
8 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = r128
|
|
SRCS = r128_cce.c r128_drv.c r128_irq.c r128_state.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|