Ignore:
File:
1 edited

Legend:

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

    r59c0f478 rc21d4d6  
    11#
    2 # Copyright (c) 2021 Jiri Svoboda
    32# Copyright (c) 2019 Jiří Zárevúcky
    43# All rights reserved.
     
    6160arch_boot_link_args = []
    6261
     62
     63kernel_as_prolog = '.module softfloat;'
    6364uspace_as_prolog = '.module softfloat;.abicalls;'
    6465
     66
    6567if MACHINE == 'bmalta' or MACHINE == 'lmalta'
    66         rd_essential_drv += [
     68        rd_essential += [
    6769                'drv/platform/malta',
    6870                'drv/intctl/i8259',
    69                 'drv/block/isa-ide',
     71                'drv/block/ata_bd',
    7072                'drv/bus/pci/pciintel',
    7173                'drv/bus/isa',
     
    7779
    7880elif MACHINE == 'msim'
    79         rd_essential_drv += [
     81        rd_essential += [
    8082                'drv/platform/msim',
    8183                'drv/block/ddisk',
     
    8486
    8587endif
    86 
    87 rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.