mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
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.
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/geom
|
|
|
|
KMOD= geom_flashmap
|
|
SRCS= geom_flashmap.c
|
|
|
|
.include <bsd.kmod.mk>
|