From f476f0add8b196246b6b9155b833c9db734d4a65 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Fri, 1 Mar 2019 02:08:12 +0000 Subject: [PATCH] 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. --- sys/modules/geom/geom_flashmap/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/modules/geom/geom_flashmap/Makefile b/sys/modules/geom/geom_flashmap/Makefile index 97e4fd7337b..8b56c145ea5 100644 --- a/sys/modules/geom/geom_flashmap/Makefile +++ b/sys/modules/geom/geom_flashmap/Makefile @@ -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