NetBSD/sys/modules/ccd/Makefile
haad 7147ed320b Add work in support for compiling ccd and cgd drivers as a modules. I forgot
to committ when I have written device module autoloading stuff.
2009-06-05 19:21:02 +00:00

11 lines
152 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/06/05 19:21:03 haad Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev
KMOD= ccd
SRCS= ccd.c
.include <bsd.kmodule.mk>