linux fixup
This commit is contained in:
parent
874a8f13cc
commit
fcf791ab27
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,6 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = boot;
|
name = boot;
|
||||||
common = commands/boot.c;
|
common = commands/boot.c;
|
||||||
common = lib/cmdline.c;
|
|
||||||
i386_pc = lib/i386/pc/biosnum.c;
|
i386_pc = lib/i386/pc/biosnum.c;
|
||||||
enable = x86;
|
enable = x86;
|
||||||
enable = emu;
|
enable = emu;
|
||||||
|
@ -1750,6 +1749,7 @@ module = {
|
||||||
arm = loader/arm/linux.c;
|
arm = loader/arm/linux.c;
|
||||||
arm64 = loader/arm64/linux.c;
|
arm64 = loader/arm64/linux.c;
|
||||||
common = loader/linux.c;
|
common = loader/linux.c;
|
||||||
|
common = lib/cmdline.c;
|
||||||
enable = noemu;
|
enable = noemu;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue