|
@@ -164,11 +164,6 @@ BISON = bison
|
|
STRIP = strip
|
|
STRIP = strip
|
|
AWK = awk
|
|
AWK = awk
|
|
|
|
|
|
-LIB_DIR = $(srctree)/tools/lib/api/
|
|
|
|
-TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
|
|
|
|
-BPF_DIR = $(srctree)/tools/lib/bpf/
|
|
|
|
-SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
|
|
|
|
-
|
|
|
|
# include Makefile.config by default and rule out
|
|
# include Makefile.config by default and rule out
|
|
# non-config cases
|
|
# non-config cases
|
|
config := 1
|
|
config := 1
|
|
@@ -210,6 +205,11 @@ sub-make: fixdep
|
|
|
|
|
|
else # force_fixdep
|
|
else # force_fixdep
|
|
|
|
|
|
|
|
+LIB_DIR = $(srctree)/tools/lib/api/
|
|
|
|
+TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
|
|
|
|
+BPF_DIR = $(srctree)/tools/lib/bpf/
|
|
|
|
+SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
|
|
|
|
+
|
|
# Set FEATURE_TESTS to 'all' so all possible feature checkers are executed.
|
|
# Set FEATURE_TESTS to 'all' so all possible feature checkers are executed.
|
|
# Without this setting the output feature dump file misses some features, for
|
|
# Without this setting the output feature dump file misses some features, for
|
|
# example, liberty. Select all checkers so we won't get an incomplete feature
|
|
# example, liberty. Select all checkers so we won't get an incomplete feature
|