Makefile to build kernel module for pad.
This commit is contained in:
parent
bc0cafe08f
commit
07c8a4984d
12
sys/modules/pad/Makefile
Normal file
12
sys/modules/pad/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.1 2010/04/09 13:41:45 ahoka Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/pad
|
||||
|
||||
KMOD= pad
|
||||
|
||||
SRCS= pad.c
|
||||
SRCS+= padvol.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
x
Reference in New Issue
Block a user