Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/arm64/meson.build

    r06f10ac ra73a1453  
    3232arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    3333
     34
    3435# UEFI binaries should be relocatable, the EFI boot service LoadImage() will
    3536# rebase the boot file using the .reloc information in the image if it cannot
     
    4546arch_boot_link_args = [ '-Wl,-shared', '-Wl,--no-gc-sections' ]
    4647
     48
    4749if MACHINE == 'virt'
    4850        rd_essential += [
     
    5254        ]
    5355endif
    54 
    55 if MACHINE == 'hikey960'
    56         rd_essential += [
    57                 'drv/char/pl011',
    58                 'drv/intctl/gicv2',
    59                 'drv/platform/hikey960',
    60         ]
    61 endif
Note: See TracChangeset for help on using the changeset viewer.