mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_fm801
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += fm801.c
|
|
|
|
.include <bsd.kmod.mk>
|