mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD= sis
|
|
SRCS= sis_drv.c sis_ds.c sis_mm.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|