Changeset 34120f10 in mainline for boot/arch/ppc32/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/ppc32/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',
     
    4243        '../../genarch/src/multiplication.c',
    4344        '../../generic/src/balloc.c',
    44         '../../generic/src/memstr.c',
    4545        '../../generic/src/printf_core.c',
    4646        '../../generic/src/vprintf.c',
    4747        '../../generic/src/printf.c',
    48         '../../generic/src/str.c',
     48        '../../../common/str.c',
    4949        '../../generic/src/version.c',
    5050        '../../generic/src/inflate.c',
Note: See TracChangeset for help on using the changeset viewer.