Ignore:
File:
1 edited

Legend:

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

    rc21d4d6 r59c0f478  
    11#
     2# Copyright (c) 2021 Jiri Svoboda
    23# Copyright (c) 2019 Jiří Zárevúcky
    34# All rights reserved.
     
    6061arch_boot_link_args = []
    6162
    62 
    63 kernel_as_prolog = '.module softfloat;'
    6463uspace_as_prolog = '.module softfloat;.abicalls;'
    6564
    66 
    6765if MACHINE == 'bmalta' or MACHINE == 'lmalta'
    68         rd_essential += [
     66        rd_essential_drv += [
    6967                'drv/platform/malta',
    7068                'drv/intctl/i8259',
    71                 'drv/block/ata_bd',
     69                'drv/block/isa-ide',
    7270                'drv/bus/pci/pciintel',
    7371                'drv/bus/isa',
     
    7977
    8078elif MACHINE == 'msim'
    81         rd_essential += [
     79        rd_essential_drv += [
    8280                'drv/platform/msim',
    8381                'drv/block/ddisk',
     
    8684
    8785endif
     86
     87rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.