summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkubootenv/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkubootenv/README b/mkubootenv/README
index e63eba3..ecb4187 100644
--- a/mkubootenv/README
+++ b/mkubootenv/README
@@ -1,7 +1,7 @@
mkubootenv
==========
-Create an U-Boot environmet image suitable for flashing. The input is a text
+Create an U-Boot environment image suitable for flashing. The input is a text
file containing environment variable definitions in the format “name=value”,
separeated by newlines.
ts/make parent13d1e536b14ec2d404319a25e681a3287ca084ad (diff)
perf tests: Add testing for Makefile.perf
Currently we test only builds through top level Makefile, but seems like there's a bunch of users using Makefile.perf directly. Changing the make suite to be run for Makefile.perf as well. It takes now considerable amount of time, but hopefully we catch more issues. Also fixing the output indentation for make_kernelsrc and make_kernelsrc_tools tests. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Lukas Wunner <lukas@wunner.de> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1434977452-32520-2-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/make')