aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/speaker/Makefile
blob: 91b3312c2301e2e314286e22f0cfb12fd07fe0f0 (plain) (blame)
1
2
3
4
5
6
7
8

.PATH: ${SRCTOP}/sys/dev/speaker

KMOD=	speaker
SRCS=	spkr.c
SRCS+=	bus_if.h device_if.h isa_if.h

.include <bsd.kmod.mk>