Ooopss, missed the Makefile
This commit is contained in:
parent
21a19d30ca
commit
d77ef3c058
13
sys/modules/spkr_synth/Makefile
Normal file
13
sys/modules/spkr_synth/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.1 2016/12/10 00:40:27 pgoyette Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/isa ${S}/dev
|
||||
|
||||
KMOD= spkr_synth
|
||||
IOCONF= spkr_synth.ioconf
|
||||
SRCS= spkr.c spkr_synth.c
|
||||
|
||||
WARNS= 4
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue
Block a user