Added memory backend

Updated by Viktor Reusch for the new l4re-base-25.08.0.

Co-authored-by: vreusch <viktor.reusch@barkhauseninstitut.org>
This commit is contained in:
Martin Kuettler
2023-10-23 10:35:55 +02:00
committed by vreusch
parent d8ad183432
commit 20d8c2c149
87 changed files with 2161 additions and 2012 deletions

View File

@@ -1,3 +1,3 @@
requires: xyz
requires: libstdc++ libc_be_mem xyz
provides: abc
maintainer: your@email.example.com

View File

@@ -8,6 +8,6 @@ SRC_C = main.c
SRC_CC =
# list requirements of your program here
REQUIRES_LIBS =
REQUIRES_LIBS = libc_be_mem libstdc++
include $(L4DIR)/mk/prog.mk