- Timestamp:
- 2023-10-27T18:20:03Z (20 months ago)
- 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)
- Location:
- kernel/generic
- Files:
-
- 6 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/meson.build
r55c5cb05 rad9178bf 36 36 37 37 generic_src += files( 38 'common/adt/bitmap.c', 39 'common/adt/hash_table.c', 40 'common/adt/list.c', 41 'common/adt/odict.c', 38 42 'common/stdc/calloc.c', 39 43 'common/stdc/ctype.c', … … 44 48 'common/strtol.c', 45 49 46 'src/adt/bitmap.c',47 'src/adt/hash_table.c',48 'src/adt/list.c',49 'src/adt/odict.c',50 50 'src/cap/cap.c', 51 51 'src/console/chardev.c',
Note:
See TracChangeset
for help on using the changeset viewer.