Changeset 29e7cc7 in mainline for kernel/generic/meson.build


Ignore:
Timestamp:
2025-04-18T15:14:10Z (2 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
e77c3ed
Parents:
800d188 (diff), 25fdb2d (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 branch 'upstream/master' into helenraid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    r800d188 r29e7cc7  
    4040        'common/adt/list.c',
    4141        'common/adt/odict.c',
     42        'common/gsort.c',
    4243        'common/printf/printf_core.c',
    4344        'common/stdc/calloc.c',
    4445        'common/stdc/ctype.c',
    4546        'common/stdc/mem.c',
    46         'common/gsort.c',
     47        'common/stdc/snprintf.c',
     48        'common/stdc/vsnprintf.c',
    4749        'common/str.c',
    4850        'common/str_error.c',
     
    9698        'src/mm/reserve.c',
    9799        'src/printf/printf.c',
    98         'src/printf/snprintf.c',
    99100        'src/printf/vprintf.c',
    100         'src/printf/vsnprintf.c',
    101101        'src/proc/program.c',
    102102        'src/proc/scheduler.c',
Note: See TracChangeset for help on using the changeset viewer.