summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
diff options
context:
space:
mode:
authorEmese Revfy <re.emese@gmail.com>2016-05-24 00:08:25 +0200
committerMichal Marek <mmarek@suse.com>2016-06-07 22:57:10 +0200
commit24403874316a7180d367e51d7f7e25d5de1f78dd (patch)
treeaf73e52ba1709a6ff79977f363b0d481825c1885 /scripts/Makefile.build
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadop-kernel-dev-24403874316a7180d367e51d7f7e25d5de1f78dd.zip
op-kernel-dev-24403874316a7180d367e51d7f7e25d5de1f78dd.tar.gz
Shared library support
Infrastructure for building independent shared library targets. Based on work created by the PaX Team. Signed-off-by: Emese Revfy <re.emese@gmail.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r--scripts/Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 0d1ca5b..11602e5 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -60,7 +60,7 @@ endif
endif
# Do not include host rules unless needed
-ifneq ($(hostprogs-y)$(hostprogs-m),)
+ifneq ($(hostprogs-y)$(hostprogs-m)$(hostlibs-y)$(hostlibs-m)$(hostcxxlibs-y)$(hostcxxlibs-m),)
include scripts/Makefile.host
endif
OpenPOWER on IntegriCloud