From 6d8a764e0fcdde8e3a62fb3fc5911b338c8893ca Mon Sep 17 00:00:00 2001 From: Lluís Date: Wed, 31 Aug 2011 20:30:43 +0200 Subject: trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_* Provides a more hierarchical view of the variable domain. Also adds the CONFIG_TRACE_* variables for all backends. [Stefan added missing 'test' in stap if statement] Signed-off-by: Lluís Vilanova Signed-off-by: Stefan Hajnoczi --- tests/test_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_path.c b/tests/test_path.c index 234ed97088..7265a9445d 100644 --- a/tests/test_path.c +++ b/tests/test_path.c @@ -4,7 +4,7 @@ #include "../cutils.c" #include "../path.c" #include "../trace.c" -#ifdef CONFIG_SIMPLE_TRACE +#ifdef CONFIG_TRACE_SIMPLE #include "../simpletrace.c" #endif -- cgit v1.2.3-55-g7522