Changeset ad9178bf in mainline for kernel


Ignore:
Timestamp:
2023-10-27T18:20:03Z (20 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
694ca3d6
Parents:
55c5cb05
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 18:14:50)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 18:20:03)
Message:

Deduplicate ADT

Location:
kernel/generic
Files:
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    r55c5cb05 rad9178bf  
    3636
    3737generic_src += files(
     38        'common/adt/bitmap.c',
     39        'common/adt/hash_table.c',
     40        'common/adt/list.c',
     41        'common/adt/odict.c',
    3842        'common/stdc/calloc.c',
    3943        'common/stdc/ctype.c',
     
    4448        'common/strtol.c',
    4549
    46         'src/adt/bitmap.c',
    47         'src/adt/hash_table.c',
    48         'src/adt/list.c',
    49         'src/adt/odict.c',
    5050        'src/cap/cap.c',
    5151        'src/console/chardev.c',
Note: See TracChangeset for help on using the changeset viewer.