svn commit: r344679 - head/sys/modules/geom/geom_flashmap

Justin Hibbits jhibbits at FreeBSD.org
Fri Mar 1 02:08:13 UTC 2019


Author: jhibbits
Date: Fri Mar  1 02:08:12 2019
New Revision: 344679
URL: https://svnweb.freebsd.org/changeset/base/344679

Log:
  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.

Modified:
  head/sys/modules/geom/geom_flashmap/Makefile

Modified: head/sys/modules/geom/geom_flashmap/Makefile
==============================================================================
--- head/sys/modules/geom/geom_flashmap/Makefile	Fri Mar  1 01:57:22 2019	(r344678)
+++ head/sys/modules/geom/geom_flashmap/Makefile	Fri Mar  1 02:08:12 2019	(r344679)
@@ -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>


More information about the svn-src-all mailing list