commit 0a748d8bedd9299ef1917a458d6b7b753b79e17c parent 4f72b05432ce96689a4c80cd5cb1d4cd88d6aacd Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Mon, 30 Sep 2019 13:24:21 +0200 [config] Move mk files to cnfig/config It makes the config directory more orthogonal. Diffstat:
8 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/amd64-darwin.mk b/config/config/amd64-darwin.mk diff --git a/config/amd64-dragonfly.mk b/config/config/amd64-dragonfly.mk diff --git a/config/amd64-linux.mk b/config/config/amd64-linux.mk diff --git a/config/amd64-netbsd.mk b/config/config/amd64-netbsd.mk diff --git a/config/amd64-openbsd.mk b/config/config/amd64-openbsd.mk diff --git a/config/arm32-linux.mk b/config/config/arm32-linux.mk diff --git a/config/arm64-linux.mk b/config/config/arm64-linux.mk diff --git a/scripts/rules.mk b/scripts/rules.mk @@ -1,7 +1,7 @@ CONF=amd64-linux TOOL=unix HOST=unix -include $(PROJECTDIR)/config/$(CONF).mk +include $(PROJECTDIR)/config/config/$(CONF).mk include $(PROJECTDIR)/config/toolchain/$(TOOL).mk include $(PROJECTDIR)/config/host/$(HOST).mk