From 427cc73b1eab4b4512fbaf623f9a120c6afdf09f Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 22 Nov 2017 23:15:50 +1100 Subject: make check: Make valgrind optional To (slightly) lower the barrier for contributions, we can make valgrind optional with just a small amount of plumbing. This allows make check to run successfully without valgrind. Signed-off-by: Michael Ellerman Signed-off-by: Stewart Smith --- hdata/test/hdata_to_dt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdata/test') diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c index f597914..634d7a7 100644 --- a/hdata/test/hdata_to_dt.c +++ b/hdata/test/hdata_to_dt.c @@ -27,7 +27,7 @@ #include #include -#include +#include #include "../../libfdt/fdt.c" #include "../../libfdt/fdt_ro.c" -- cgit v1.1