Changeset 34120f10 in mainline for boot/arch/mips32/meson.build


Ignore:
Timestamp:
2023-10-27T19:38:31Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
63ed840
Parents:
c89ae25 (diff), 694ca3d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge code deduplication work

TL;DR: Added directory /common, which now contains the sole existing
copy of ADT, printf_core, and a few other pieces. Should make changes
to any of those less of a headache.

File:
1 edited

Legend:

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

    rc89ae25 r34120f10  
    4242        'src/main.c',
    4343        'src/putchar.c',
     44        '../../../common/stdc/mem.c',
    4445        '../../genarch/src/division.c',
    4546        '../../genarch/src/multiplication.c',
    46         '../../generic/src/memstr.c',
    4747        '../../generic/src/printf_core.c',
    4848        '../../generic/src/vprintf.c',
    4949        '../../generic/src/printf.c',
    50         '../../generic/src/str.c',
     50        '../../../common/str.c',
    5151        '../../generic/src/version.c',
    5252        '../../generic/src/inflate.c',
Note: See TracChangeset for help on using the changeset viewer.