Changeset 34120f10 in mainline for boot/arch/arm32/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/arm32/meson.build

    rc89ae25 r34120f10  
    6565        'src/mm.c',
    6666        'src/putchar.c',
     67        '../../../common/stdc/mem.c',
    6768        '../../genarch/src/division.c',
    68         '../../generic/src/memstr.c',
    6969        '../../generic/src/printf_core.c',
    7070        '../../generic/src/vprintf.c',
    7171        '../../generic/src/printf.c',
    72         '../../generic/src/str.c',
     72        '../../../common/str.c',
    7373        '../../generic/src/version.c',
    7474        '../../generic/src/inflate.c',
Note: See TracChangeset for help on using the changeset viewer.