diff options
author | midipix <writeonce@midipix.org> | 2016-05-10 17:27:23 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-10 17:31:45 -0400 |
commit | ea0e7b34d1470446deb834fcaac4d3aef7263045 (patch) | |
tree | 792222344a3cfe32bbb58c1188185e1d525f64e8 | |
parent | 6c7287dff395c576f3493cd753ab95f3090d481f (diff) | |
download | sofort-ea0e7b34d1470446deb834fcaac4d3aef7263045.tar.bz2 sofort-ea0e7b34d1470446deb834fcaac4d3aef7263045.tar.xz |
build system: moved core definition files to a designated folder.
-rw-r--r-- | Makefile.in | 6 | ||||
-rw-r--r-- | sofort/custom.mk (renamed from project/custom.mk) | 0 | ||||
-rw-r--r-- | sofort/defs.mk (renamed from project/defs.mk) | 0 | ||||
-rw-r--r-- | sofort/version.mk (renamed from project/version.mk) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 418a787..9f87f7f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,9 +79,9 @@ include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk -include $(PROJECT_DIR)/project/defs.mk -include $(PROJECT_DIR)/project/version.mk -include $(PROJECT_DIR)/project/custom.mk +include $(PROJECT_DIR)/sofort/defs.mk +include $(PROJECT_DIR)/sofort/version.mk +include $(PROJECT_DIR)/sofort/custom.mk include $(PROJECT_DIR)/project/tree.mk include $(PROJECT_DIR)/project/depends.mk diff --git a/project/custom.mk b/sofort/custom.mk index 8e0bbc4..8e0bbc4 100644 --- a/project/custom.mk +++ b/sofort/custom.mk diff --git a/project/defs.mk b/sofort/defs.mk index 11cec0f..11cec0f 100644 --- a/project/defs.mk +++ b/sofort/defs.mk diff --git a/project/version.mk b/sofort/version.mk index 930a295..930a295 100644 --- a/project/version.mk +++ b/sofort/version.mk |