summaryrefslogtreecommitdiffhomepage
path: root/project/custom.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-26 11:55:17 -0400
committermidipix <writeonce@midipix.org>2016-04-26 11:57:50 -0400
commit959a9435744ad0515086156349fa424c2b5ef7d8 (patch)
tree99e824a1dead0f0976cdca0aed802758a16019f1 /project/custom.mk
parentbbe9425f42c4a9ce37eeba58f2142ed58285f328 (diff)
downloadsofort-959a9435744ad0515086156349fa424c2b5ef7d8.tar.bz2
sofort-959a9435744ad0515086156349fa424c2b5ef7d8.tar.xz
build system: move implib and soname defs to pe- and elf-specific recipes.
Diffstat (limited to 'project/custom.mk')
-rw-r--r--project/custom.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk
index 3a30273..16ff41d 100644
--- a/project/custom.mk
+++ b/project/custom.mk
@@ -1,3 +1,7 @@
ifeq ($(OS_BINFMT),PE)
include $(PROJECT_DIR)/sysinfo/os/pe.mk
endif
+
+ifeq ($(OS_BINFMT),ELF)
+include $(PROJECT_DIR)/sysinfo/os/elf.mk
+endif