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-11-10 23:35:42 -0500
commit9f9f2d66aaad5f5f43dcb20f6aa09eeab3f26925 (patch)
tree32402b84025214e3d7242952fb1950221adbbbbf /project/custom.mk
parent19bc34e8b66817d412539e24694b3664fa24126a (diff)
downloadperk-9f9f2d66aaad5f5f43dcb20f6aa09eeab3f26925.tar.bz2
perk-9f9f2d66aaad5f5f43dcb20f6aa09eeab3f26925.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