make: Split up profiler.mk into profiler-defs.mk and profiler-rules-run.mk

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-11 14:07:06 +00:00
commit 51b88d618e
5 changed files with 110 additions and 107 deletions

View file

@ -8,7 +8,7 @@ LOADABLE_OBJ_HOOK ?= LOADABLE_OBJECT_HOOK
# === change this <
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/profiler.mk
include $(MODDIR)/make/profiler-defs.mk
.PRECIOUS: %.cpp %.o
LOADABLE_OBJS_HEADER ?= $(wildcard $(TOOLS_INCLUDE_DIR)/$(CPP_PREFIX)*$(CPP_SUFFIX).h)