mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
||
|
|
KMOD = i915
|
||
|
|
SRCS = i915_dma.c i915_drv.c i915_irq.c i915_mem.c
|
||
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|