Date: Fri, 1 Mar 2019 02:08:13 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r344679 - head/sys/modules/geom/geom_flashmap Message-ID: <201903010208.x2128D5T053603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010208.x2128D5T053603>