aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/parser.c
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-11 13:44:31 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-11 13:44:31 +0200
commit745b4e28338ae1564c8e3fb2cc821723ab9752db (patch)
treedd286a70439d86458795dda3b67c9af2fc974b67 /scripts/parse_kconfig/parser.c
parent1f670483bff9e7a588fe90a7ec98b8950c1c13de (diff)
downloadlinux-conf-perf-745b4e28338ae1564c8e3fb2cc821723ab9752db.tar.gz
linux-conf-perf-745b4e28338ae1564c8e3fb2cc821723ab9752db.tar.bz2
linux-conf-perf-745b4e28338ae1564c8e3fb2cc821723ab9752db.zip
macros.h moved to shared folder
Diffstat (limited to 'scripts/parse_kconfig/parser.c')
-rw-r--r--scripts/parse_kconfig/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/parser.c b/scripts/parse_kconfig/parser.c
index 933c26c..6c1c47e 100644
--- a/scripts/parse_kconfig/parser.c
+++ b/scripts/parse_kconfig/parser.c
@@ -11,7 +11,7 @@
#include <locale.h>
#include <stdbool.h>
#include <argp.h>
-#include "lkc.h"
+#include "kconfig/lkc.h"
#include "symlist.h"
#include "output.h"
#include "macros.h"