mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add in MD specific support for FDT. Need to refactor this a bit.
This commit is contained in:
parent
5fb9dc04df
commit
099b1166f2
1 changed files with 10 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ libkern/ffsl.c standard
|
|||
libkern/fls.c standard
|
||||
libkern/flsl.c standard
|
||||
libkern/lshrdi3.c standard
|
||||
libkern/memchr.c optional fdt
|
||||
libkern/memmove.c standard
|
||||
|
||||
# Compat32 stuff
|
||||
|
|
@ -82,3 +83,12 @@ dev/syscons/scgfbrndr.c optional sc
|
|||
dev/syscons/scterm-teken.c optional sc
|
||||
dev/syscons/scvtb.c optional sc
|
||||
mips/mips/sc_machdep.c optional sc
|
||||
|
||||
# FDT support
|
||||
dev/ofw/openfirm.c optional fdt
|
||||
dev/ofw/openfirmio.c optional fdt
|
||||
dev/ofw/ofw_bus_if.m optional fdt
|
||||
dev/ofw/ofw_if.m optional fdt
|
||||
dev/ofw/ofw_bus_subr.c optional fdt
|
||||
dev/ofw/ofw_fdt.c optional fdt
|
||||
dev/fdt/fdt_mips.c optional fdt
|
||||
|
|
|
|||
Loading…
Reference in a new issue