Skip to content
Snippets Groups Projects
Commit 7a195d92 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Only build task/affinity on supported platforms.

parent 648fe4be
No related branches found
No related tags found
No related merge requests found
# Makefile for task plugins
SUBDIRS = affinity none cgroup cray
SUBDIRS = cgroup cray none
if HAVE_SCHED_SETAFFINITY
SUBDIRS += affinity
endif
......@@ -90,6 +90,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
@HAVE_SCHED_SETAFFINITY_TRUE@am__append_1 = affinity
subdir = src/plugins/task
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/auxdir/ax_check_compile_flag.m4 \
......@@ -199,7 +200,7 @@ am__define_uniq_tagged_files = \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = cgroup cray none affinity
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
......@@ -479,7 +480,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = affinity none cgroup cray
SUBDIRS = cgroup cray none $(am__append_1)
all: all-recursive
.SUFFIXES:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment