1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/sys/modules/s3/Makefile

11 lines
150 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/fb
KMOD= s3
SRCS= device_if.h bus_if.h isa_if.h pci_if.h \
s3_pci.c
KMODDEPS= vesa
.include <bsd.kmod.mk>