summaryrefslogtreecommitdiffhomepage
path: root/sofort/flavor.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 18:21:41 -0500
committermidipix <writeonce@midipix.org>2018-12-30 18:27:09 -0500
commitac2c209de82908ae8750db1182c94ef22167ddcf (patch)
treefa19eeee89e09c26fb4abbec257d8a4628978b77 /sofort/flavor.mk
parent8d95afedadc944c4c09b3b8e6d943d7eaaeb1e2e (diff)
downloadptycon-ac2c209de82908ae8750db1182c94ef22167ddcf.tar.bz2
ptycon-ac2c209de82908ae8750db1182c94ef22167ddcf.tar.xz
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sofort/flavor.mk')
-rw-r--r--sofort/flavor.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/sofort/flavor.mk b/sofort/flavor.mk
index 8e0bbc4..bd9ab06 100644
--- a/sofort/flavor.mk
+++ b/sofort/flavor.mk
@@ -1,13 +1,7 @@
-ifeq ($(OS_BINFMT),PE)
-include $(PROJECT_DIR)/sysinfo/os/pe.mk
+ifneq ($(OS_DSO_EXRULES),)
+include $(PROJECT_DIR)/sofort/exrules/$(OS_DSO_EXRULES).mk
endif
-ifeq ($(OS_BINFMT),ELF)
-include $(PROJECT_DIR)/sysinfo/os/elf.mk
-endif
-
-
-
ifeq ($(DISABLE_STATIC),yes)
package-static:
package-install-static: