Connect geom_part_ldm module to the build.

MFC after:	1 month
This commit is contained in:
Andrey V. Elsukov 2012-03-19 13:15:48 +00:00
parent 37d1a121d9
commit 8bb4272910
2 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SUBDIR= geom_part_apm \
geom_part_bsd \
geom_part_ebr \
geom_part_gpt \
geom_part_ldm \
geom_part_mbr \
geom_part_pc98 \
geom_part_vtoc8

View File

@ -0,0 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../geom/part
KMOD= geom_part_ldm
SRCS= g_part_ldm.c
SRCS+= bus_if.h device_if.h g_part_if.h
MFILES= kern/bus_if.m kern/device_if.m geom/part/g_part_if.m
.include <bsd.kmod.mk>