gems: src/lib/trace_recorder -> src/trace_recorder

The target.mk files for building the trace policies are no longer
reachable under src/lib/ by the build system.

genodelabs/genode#4599
This commit is contained in:
Johannes Schlatow 2022-09-08 14:37:30 +02:00 committed by Norman Feske
parent b82d83e271
commit 80a2f7224e
10 changed files with 2 additions and 2 deletions

View File

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

View File

@ -38,4 +38,4 @@ clean_policy:
$(VERBOSE)$(RM) ../*.o ../*.d *.o *.d $(TARGET_POLICY).elf \
$(BUILD_BASE_DIR)/bin/$(TARGET_POLICY)
vpath table.cc $(REP_DIR)/src/lib/trace_recorder/policy
vpath table.cc $(REP_DIR)/src/trace_recorder/policy