build_library: add linux module to grub for arm64

This commit is contained in:
Nick Owens 2016-07-06 17:14:02 -07:00
parent 14e90df8d5
commit ff124fce3d

View File

@ -61,7 +61,7 @@ case "${FLAGS_target}" in
CORE_NAME="core.elf"
;;
arm64-efi)
CORE_MODULES+=( serial efi_gop getenv smbios efinet verify http tftp )
CORE_MODULES+=( serial linux efi_gop getenv smbios efinet verify http tftp )
CORE_NAME="core.efi"
BOARD_GRUB=1
;;