diff options
author | midipix <writeonce@midipix.org> | 2016-11-11 22:26:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 22:43:29 -0500 |
commit | 981756713611b5e67eff9df5e0d98b6c829f79c4 (patch) | |
tree | 9efd610ca6a2db622b70c398f873da30d2b2ebed | |
parent | a4c4d9c19be7c485ba907619cccac1044c85e515 (diff) | |
download | ntcon-981756713611b5e67eff9df5e0d98b6c829f79c4.tar.bz2 ntcon-981756713611b5e67eff9df5e0d98b6c829f79c4.tar.xz |
build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.
-rw-r--r-- | Makefile.in | 1 |
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 |