Changeset dc5c303 in mainline for kernel/generic/meson.build
- Timestamp:
- 2023-12-28T13:59:23Z (2 years ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (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. - git-author:
- boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 edited
-
kernel/generic/meson.build (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/meson.build
r42c2e65 rdc5c303 36 36 37 37 generic_src += files( 38 'src/adt/bitmap.c', 39 'src/adt/hash_table.c', 40 'src/adt/list.c', 41 'src/adt/odict.c', 38 'common/adt/bitmap.c', 39 'common/adt/hash_table.c', 40 'common/adt/list.c', 41 'common/adt/odict.c', 42 'common/printf/printf_core.c', 43 'common/stdc/calloc.c', 44 'common/stdc/ctype.c', 45 'common/stdc/mem.c', 46 'common/gsort.c', 47 'common/str.c', 48 'common/str_error.c', 49 'common/strtol.c', 50 42 51 'src/cap/cap.c', 43 52 'src/console/chardev.c', … … 46 55 'src/cpu/cpu_mask.c', 47 56 'src/ddi/irq.c', 48 'src/debug/debug.c', 57 'src/debug/line.c', 58 'src/debug/names.c', 49 59 'src/debug/panic.c', 60 'src/debug/profile.c', 61 'src/debug/sections.c', 50 62 'src/debug/stacktrace.c', 51 63 'src/debug/symtab.c', 64 'src/debug/util.c', 52 65 'src/ipc/event.c', 53 66 'src/ipc/ipc.c', … … 66 79 'src/ipc/sysipc_ops.c', 67 80 'src/lib/elf.c', 68 'src/lib/gsort.c',69 81 'src/lib/halt.c', 70 82 'src/lib/mem.c', 71 'src/lib/memfnc.c',72 83 'src/lib/ra.c', 73 84 'src/lib/rd.c', 74 'src/lib/str.c',75 'src/lib/strtol.c',76 'src/lib/str_error.c',77 85 'src/lib/ubsan.c', 78 86 'src/log/log.c', … … 89 97 'src/preempt/preemption.c', 90 98 'src/printf/printf.c', 91 'src/printf/printf_core.c',92 99 'src/printf/snprintf.c', 93 100 'src/printf/vprintf.c',
Note:
See TracChangeset
for help on using the changeset viewer.
