Files
moslab-code/src/l4/pkg/l4re-core/l4re/include/Makefile
2025-09-12 15:55:45 +02:00

32 lines
464 B
Makefile

PKGDIR ?= ..
L4DIR ?= $(PKGDIR)/../../..
PKGNAME := re
EXTRA_TARGET += \
cap_alloc \
console \
consts \
dataspace \
dbg_events \
debug \
dma_space \
env \
error_helper \
event \
log \
inhibitor \
itas \
mem_alloc \
mmio_space \
namespace \
parent \
random \
remote_access \
rm \
shared_cap \
unique_cap \
video/colors \
video/goos \
video/view
include $(L4DIR)/mk/include.mk