mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3948ad29e9
commit
f476f0add8
1 changed files with 0 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue