Ignore:
File:
1 edited

Legend:

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

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