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


Ignore:
Timestamp:
2023-10-27T19:38:31Z (7 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/sparc64/meson.build

    rc89ae25 r34120f10  
    3737        'src/ofw.c',
    3838
     39        '../../../common/stdc/mem.c',
    3940        '../../genarch/src/ofw.c',
    4041        '../../genarch/src/ofw_tree.c',
    4142        '../../generic/src/balloc.c',
    42         '../../generic/src/memstr.c',
    4343        '../../generic/src/printf_core.c',
    4444        '../../generic/src/vprintf.c',
    4545        '../../generic/src/printf.c',
    46         '../../generic/src/str.c',
     46        '../../../common/str.c',
    4747        '../../generic/src/version.c',
    4848        '../../generic/src/inflate.c',
Note: See TracChangeset for help on using the changeset viewer.