freebsd-dev/sys/modules/geom/geom_flashmap/Makefile
Justin Hibbits f476f0add8 Revert r344675
It's an incorrect approach to solve the problem.  We already have a
fdt/fdt_slicer module, it just needs to be wired into the build.
2019-03-01 02:08:12 +00:00

9 lines
106 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/geom
KMOD= geom_flashmap
SRCS= geom_flashmap.c
.include <bsd.kmod.mk>