l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

11
src/l4/tool/Makefile Normal file
View File

@@ -0,0 +1,11 @@
L4DIR ?= ..
TARGET := $(wildcard gendep elf-patcher elf-util)
TARGET_doc := $(wildcard gendep)
all::
doc:
$(if $(TARGET_doc), $(VERBOSE)set -e ; for d in $(TARGET_doc) ; do \
$(MAKE) -C $$d $@ ; done )
include $(L4DIR)/mk/subdir.mk