Files
moslab-code/src/l4/pkg/examples/sys/ipc/Makefile
Martin Kuettler 20d8c2c149 Added memory backend
Updated by Viktor Reusch for the new l4re-base-25.08.0.

Co-authored-by: vreusch <viktor.reusch@barkhauseninstitut.org>
2025-09-15 14:26:18 +02:00

10 lines
212 B
Makefile

PKGDIR ?= ..
L4DIR ?= $(PKGDIR)/../../..
TARGET = ex_ipc1
SRC_C = ipc_example.c
REQUIRES_LIBS = libpthread libc_be_mem libstdc++
DEPENDS_PKGS = $(REQUIRES_LIBS)
include $(L4DIR)/mk/prog.mk