f476f0add8
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.
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/geom
|
|
|
|
KMOD= geom_flashmap
|
|
SRCS= geom_flashmap.c
|
|
|
|
.include <bsd.kmod.mk>
|