mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +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>
|