linux fixup

This commit is contained in:
Vladimir Serbinenko 2017-08-14 16:23:52 +02:00 committed by Vincent Batts
parent 874a8f13cc
commit fcf791ab27

View file

@ -773,7 +773,6 @@ module = {
module = {
name = boot;
common = commands/boot.c;
common = lib/cmdline.c;
i386_pc = lib/i386/pc/biosnum.c;
enable = x86;
enable = emu;
@ -1750,6 +1749,7 @@ module = {
arm = loader/arm/linux.c;
arm64 = loader/arm64/linux.c;
common = loader/linux.c;
common = lib/cmdline.c;
enable = noemu;
};