2001-02-01 11:39:34 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/speaker
|
2001-02-01 11:39:34 -05:00
|
|
|
|
2003-03-29 05:01:03 -05:00
|
|
|
KMOD= speaker
|
2001-02-01 11:39:34 -05:00
|
|
|
SRCS= spkr.c
|
|
|
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|