summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorKarel Zak2011-06-20 13:51:26 +0200
committerKarel Zak2011-06-20 13:51:26 +0200
commit58a111bdb27623780208c7d5691298a42b9d88b5 (patch)
tree7b13d34367d67daa65bc4ec218cb8900fb8c84b7 /schedutils
parentlib: [linux_version.c] simplify version parsing (diff)
downloadkernel-qcow2-util-linux-58a111bdb27623780208c7d5691298a42b9d88b5.tar.gz
kernel-qcow2-util-linux-58a111bdb27623780208c7d5691298a42b9d88b5.tar.xz
kernel-qcow2-util-linux-58a111bdb27623780208c7d5691298a42b9d88b5.zip
build-sys: move BUILD_SCHEDUTILS to top-level Makefile
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am
index 91dc9054d..a2bb0b322 100644
--- a/schedutils/Makefile.am
+++ b/schedutils/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/config/include-Makefile.am
-if BUILD_SCHEDUTILS
-
srcs_common = $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/procutils.c
usrbin_exec_PROGRAMS = chrt
@@ -22,5 +20,3 @@ usrbin_exec_PROGRAMS += taskset
taskset_SOURCES = taskset.c $(top_srcdir)/lib/cpuset.c $(srcs_common)
dist_man_MANS += taskset.1
endif
-
-endif