summaryrefslogtreecommitdiff
path: root/sofort/flavor.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-26 08:48:48 -0500
committermidipix <writeonce@midipix.org>2018-12-30 17:55:41 -0500
commit2189ad980eae15916143975e774bd06f62a0b387 (patch)
tree9626599f00ee860428122672cef9c85de7063632 /sofort/flavor.mk
parentb06316c0af4fda72fd23feb4bdaddc904c28aa76 (diff)
downloadapimagic-2189ad980eae15916143975e774bd06f62a0b387.tar.bz2
apimagic-2189ad980eae15916143975e774bd06f62a0b387.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: