arm64: Move FDT functions to separate module
This commit is contained in:
parent
5fcde03bf1
commit
4d0cb75538
5 changed files with 244 additions and 156 deletions
|
@ -1664,6 +1664,12 @@ module = {
|
|||
enable = noemu;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = fdt;
|
||||
arm64 = loader/arm64/fdt.c;
|
||||
enable = arm64;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = xnu;
|
||||
x86 = loader/xnu_resume.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue