mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
KMOD = snd_sbc
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += sbc.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|