depot: add trace policy api

genodelabs/genode#4244
This commit is contained in:
Johannes Schlatow 2021-08-11 11:01:22 +02:00 committed by Christian Helmuth
parent 1416b2258f
commit ffbd26d63f
4 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
MIRROR_FROM_REP_DIR := include/trace
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -0,0 +1 @@
2021-08-11 88aa80360086172e3408bbf483bbe7c2ce2231ba

View File

@ -1,2 +1,2 @@
SRC_DIR = src/lib/trace/policy include/trace
SRC_DIR = src/lib/trace/policy
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -1,2 +1,3 @@
base
os
trace