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


Ignore:
Timestamp:
2023-12-28T13:59:23Z (2 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge branch 'master' into topic/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    r42c2e65 rdc5c303  
    3636
    3737generic_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
    4251        'src/cap/cap.c',
    4352        'src/console/chardev.c',
     
    4655        'src/cpu/cpu_mask.c',
    4756        'src/ddi/irq.c',
    48         'src/debug/debug.c',
     57        'src/debug/line.c',
     58        'src/debug/names.c',
    4959        'src/debug/panic.c',
     60        'src/debug/profile.c',
     61        'src/debug/sections.c',
    5062        'src/debug/stacktrace.c',
    5163        'src/debug/symtab.c',
     64        'src/debug/util.c',
    5265        'src/ipc/event.c',
    5366        'src/ipc/ipc.c',
     
    6679        'src/ipc/sysipc_ops.c',
    6780        'src/lib/elf.c',
    68         'src/lib/gsort.c',
    6981        'src/lib/halt.c',
    7082        'src/lib/mem.c',
    71         'src/lib/memfnc.c',
    7283        'src/lib/ra.c',
    7384        'src/lib/rd.c',
    74         'src/lib/str.c',
    75         'src/lib/strtol.c',
    76         'src/lib/str_error.c',
    7785        'src/lib/ubsan.c',
    7886        'src/log/log.c',
     
    8997        'src/preempt/preemption.c',
    9098        'src/printf/printf.c',
    91         'src/printf/printf_core.c',
    9299        'src/printf/snprintf.c',
    93100        'src/printf/vprintf.c',
Note: See TracChangeset for help on using the changeset viewer.