Makefile to build kernel module for pad.

This commit is contained in:
ahoka 2010-04-09 13:41:45 +00:00
parent bc0cafe08f
commit 07c8a4984d

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>