Add makefile for building device-mapper kernel module.
This commit is contained in:
parent
c9d0c62a0c
commit
210ce8a464
12
sys/modules/dm/Makefile
Normal file
12
sys/modules/dm/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$NetBSD: Makefile,v 1.2 2008/12/19 15:36:58 haad Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/dm
|
||||
|
||||
KMOD= dm
|
||||
SRCS= device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
|
||||
dm_target_error.c dm_target_linear.c dm_target_snapshot.c \
|
||||
dm_target_zero.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue
Block a user