summaryrefslogtreecommitdiff
path: root/mem/meson.build
blob: e4db123d562b309c49482e64875a1696696bd77b (plain)
1
2
3
4
5
6
7
8
9
mem_src = [
	'allocator.c',
	'framer.c',
	'vmap.c'
]

mem = static_library('mem', mem_src, include_directories: kernel_inc)

kernel_mod += mem