Changeset fdfb24e in mainline for kernel/generic/meson.build


Ignore:
Timestamp:
2023-10-27T17:53:21Z (13 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
55c5cb05
Parents:
44e8541
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:24)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:53:21)
Message:

Deduplicate string related functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    r44e8541 rfdfb24e  
    3636
    3737generic_src += files(
     38        'common/stdc/calloc.c',
     39        'common/stdc/ctype.c',
    3840        'common/stdc/mem.c',
     41        'common/str.c',
     42        'common/str_error.c',
     43        'common/strtol.c',
    3944
    4045        'src/adt/bitmap.c',
     
    7782        'src/lib/ra.c',
    7883        'src/lib/rd.c',
    79         'src/lib/str.c',
    80         'src/lib/strtol.c',
    81         'src/lib/str_error.c',
    8284        'src/lib/ubsan.c',
    8385        'src/log/log.c',
Note: See TracChangeset for help on using the changeset viewer.