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:42:17 -0500
commitadf9ad3a53032bbadfc45bb6703974e6de9bc2cf (patch)
treef39670dd691b271e0d09d1adb5f13e32ae65ca9d /Makefile.in
parent75c2326cb35b606ed244dc2ffa7ff1e2e57a4757 (diff)
downloadperk-adf9ad3a53032bbadfc45bb6703974e6de9bc2cf.tar.bz2
perk-adf9ad3a53032bbadfc45bb6703974e6de9bc2cf.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