Connect geom_part_ldm module to the build.
MFC after: 1 month
This commit is contained in:
parent
37d1a121d9
commit
8bb4272910
@ -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
|
||||
|
12
sys/modules/geom/geom_part/geom_part_ldm/Makefile
Normal file
12
sys/modules/geom/geom_part/geom_part_ldm/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user