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.
This commit is contained in:
Justin Hibbits 2019-03-01 02:08:12 +00:00
parent 3948ad29e9
commit f476f0add8

View File

@ -5,9 +5,4 @@
KMOD= geom_flashmap
SRCS= geom_flashmap.c
.if !empty(OPT_FDT)
.PATH: ${SRCTOP}/sys/dev/fdt
SRCS+= fdt_slicer.c
.endif
.include <bsd.kmod.mk>