Changes in kernel/generic/meson.build [163e34c:1c1767f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/meson.build
r163e34c r1c1767f 40 40 'common/adt/list.c', 41 41 'common/adt/odict.c', 42 'common/gsort.c',43 42 'common/printf/printf_core.c', 44 43 'common/stdc/calloc.c', 45 44 'common/stdc/ctype.c', 46 45 'common/stdc/mem.c', 47 'common/stdc/snprintf.c', 48 'common/stdc/vsnprintf.c', 46 'common/gsort.c', 49 47 'common/str.c', 50 48 'common/str_error.c', … … 98 96 'src/mm/reserve.c', 99 97 'src/printf/printf.c', 98 'src/printf/snprintf.c', 100 99 'src/printf/vprintf.c', 100 'src/printf/vsnprintf.c', 101 101 'src/proc/program.c', 102 102 'src/proc/scheduler.c',
Note:
See TracChangeset
for help on using the changeset viewer.