From f0cccf2bb35ce999a2fb0ec583d4686a3da4bd2a Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 13 Jul 2024 16:34:19 +0200 Subject: [PATCH] Fixed tree folder build structure support. --- lib/make/𓃬𓍄𓋹𓀭/mb_flow_proj.mk | 4 ++-- src/{mbboot80 => tools/gluemsx1}/0module.mk | 0 src/{mbboot80 => tools/gluemsx1}/mbboot80.asm | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{mbboot80 => tools/gluemsx1}/0module.mk (100%) rename src/{mbboot80 => tools/gluemsx1}/mbboot80.asm (100%) diff --git a/lib/make/𓃬𓍄𓋹𓀭/mb_flow_proj.mk b/lib/make/𓃬𓍄𓋹𓀭/mb_flow_proj.mk index 492b512..3e35dd6 100644 --- a/lib/make/𓃬𓍄𓋹𓀭/mb_flow_proj.mk +++ b/lib/make/𓃬𓍄𓋹𓀭/mb_flow_proj.mk @@ -22,13 +22,13 @@ $(call mb_make_call,mb_doc_variable_rock,MB_PROJ_PHASE_ALL,"All the phases of an define mb_proj_module_path_src -$(MB_ᕽᕽᕽ   )$(1)/$(subst /,,$(subst $(1),,$(dir $(lastword $(MAKEFILE_LIST))))) +$(MB_ᕽᕽᕽ   )$(1)$(abspath $(subst $(1),,$(dir $(lastword $(MAKEFILE_LIST))))) endef $(call mb_make_call,mb_doc_function_deep,mb_proj_module_path_src,"Convert current location folder as src folder.","") define mb_proj_module_path_bin -$(MB_ᕽᕽᕽ   )$(2)/$(subst /,,$(subst $(1),,$(dir $(lastword $(MAKEFILE_LIST))))) +$(MB_ᕽᕽᕽ   )$(2)$(abspath $(subst $(1),,$(dir $(lastword $(MAKEFILE_LIST))))) endef $(call mb_make_call,mb_doc_function_deep,mb_proj_module_path_src,"Convert current location folder as bin folder."," ") diff --git a/src/mbboot80/0module.mk b/src/tools/gluemsx1/0module.mk similarity index 100% rename from src/mbboot80/0module.mk rename to src/tools/gluemsx1/0module.mk diff --git a/src/mbboot80/mbboot80.asm b/src/tools/gluemsx1/mbboot80.asm similarity index 100% rename from src/mbboot80/mbboot80.asm rename to src/tools/gluemsx1/mbboot80.asm