Changeset 581a54a in mainline for meson/arch/mips32/meson.build


Ignore:
Timestamp:
2021-12-20T20:44:44Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dbc1398
Parents:
c0436cb
git-author:
Jiri Svoboda <jiri@…> (2021-12-20 20:30:41)
git-committer:
Jiri Svoboda <jiri@…> (2021-12-20 20:44:44)
Message:

Allow filtering list of drivers even in non-barebone mode

This reduces the size of RAM disk / OS image for platforms that do not
use barebone by default, namely amd64, ia32, ia64 and ppc32,
in some cases significantly.

File:
1 edited

Legend:

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

    rc0436cb r581a54a  
    11#
     2# Copyright (c) 2021 Jiri Svoboda
    23# Copyright (c) 2019 Jiří Zárevúcky
    34# All rights reserved.
     
    6667
    6768if MACHINE == 'bmalta' or MACHINE == 'lmalta'
    68         rd_essential += [
     69        rd_essential_drv += [
    6970                'drv/platform/malta',
    7071                'drv/intctl/i8259',
     
    7980
    8081elif MACHINE == 'msim'
    81         rd_essential += [
     82        rd_essential_drv += [
    8283                'drv/platform/msim',
    8384                'drv/block/ddisk',
     
    8687
    8788endif
     89
     90rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.