summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-11 22:26:35 -0500
committermidipix <writeonce@midipix.org>2016-11-11 22:43:19 -0500
commit3453292077ddacb6066bf100c5bcd7fa5ac572ac (patch)
treec6178007c81fd7b9c698b04456dcec8a3e6c7c44 /Makefile.in
parent24cf5606ad03e544efe367f897b327a7121aeee4 (diff)
downloadpemagine-3453292077ddacb6066bf100c5bcd7fa5ac572ac.tar.bz2
pemagine-3453292077ddacb6066bf100c5bcd7fa5ac572ac.tar.xz
build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a960eae..73fd9b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,6 +83,7 @@ install-app-extras:
include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk
include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
+include $(PROJECT_DIR)/sysinfo/os/$(OS).mk
include $(PROJECT_DIR)/project/osforce.mk