path-rules.mk: Add file

Move ldlibpath target from ldlibpath.mk into newly created
path-rules.mk.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-17 14:57:48 +00:00
commit 4ed00f0186
3 changed files with 5 additions and 8 deletions

View file

@ -34,6 +34,7 @@ include $(MODDIR)/make/profiler.mk
BUILD_HDR =
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/ldlibpath.mk
include $(MODDIR)/make/path-rules.mk
include $(MODDIR)/make/debugger.mk
EXE_ARGS += $(LOCAL_EXE_ARGS)