Updated by Viktor Reusch for the new l4re-base-25.08.0. Co-authored-by: vreusch <viktor.reusch@barkhauseninstitut.org>
11 lines
241 B
Makefile
11 lines
241 B
Makefile
PKGDIR ?= ..
|
|
L4DIR ?= $(PKGDIR)/../../..
|
|
|
|
TARGET = ex_start-with-exc
|
|
SYSTEMS = x86-l4f arm-l4f arm64-l4f
|
|
SRC_C = main.c
|
|
REQUIRES_LIBS = l4re_c-util libc_be_mem libstdc++
|
|
DEPENDS_PKGS = $(REQUIRES_LIBS)
|
|
|
|
include $(L4DIR)/mk/prog.mk
|