summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2012-03-19 13:15:48 +0000
committerae <ae@FreeBSD.org>2012-03-19 13:15:48 +0000
commit3e87f0747afd0e77eb9326dcceec3eba80e710db (patch)
tree992cf4b00cc1ac053a1198019c0ae0eaaac1e798 /sys/modules/geom
parent63a3c6125eed47975d5c62b83b2868f0f33775f0 (diff)
downloadFreeBSD-src-3e87f0747afd0e77eb9326dcceec3eba80e710db.zip
FreeBSD-src-3e87f0747afd0e77eb9326dcceec3eba80e710db.tar.gz
Connect geom_part_ldm module to the build.
MFC after: 1 month
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_part/Makefile1
-rw-r--r--sys/modules/geom/geom_part/geom_part_ldm/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_part/Makefile b/sys/modules/geom/geom_part/Makefile
index 898eccc..b198bb8 100644
--- a/sys/modules/geom/geom_part/Makefile
+++ b/sys/modules/geom/geom_part/Makefile
@@ -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
diff --git a/sys/modules/geom/geom_part/geom_part_ldm/Makefile b/sys/modules/geom/geom_part/geom_part_ldm/Makefile
new file mode 100644
index 0000000..01fcd17
--- /dev/null
+++ b/sys/modules/geom/geom_part/geom_part_ldm/Makefile
@@ -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>
OpenPOWER on IntegriCloud