aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig_parser/cnfexpr.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-10 15:45:16 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-10 15:45:16 +0200
commit9ddce4b351ff2757505fe433e3cfbdf410d2c86c (patch)
tree2463bdaf4a133bc201eb2c7a91950d81575c12cc /scripts/kconfig_parser/cnfexpr.h
parent5a47ee52b95734ea4224adfd341ee0f9eb5c8d62 (diff)
downloadlinux-conf-perf-9ddce4b351ff2757505fe433e3cfbdf410d2c86c.tar.gz
linux-conf-perf-9ddce4b351ff2757505fe433e3cfbdf410d2c86c.tar.bz2
linux-conf-perf-9ddce4b351ff2757505fe433e3cfbdf410d2c86c.zip
Part of Kconfig used in kconfig_parser exported to shared directory and updated to linux v4.0-rc5
Diffstat (limited to 'scripts/kconfig_parser/cnfexpr.h')
-rw-r--r--scripts/kconfig_parser/cnfexpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig_parser/cnfexpr.h b/scripts/kconfig_parser/cnfexpr.h
index 0473368..1d0edd4 100644
--- a/scripts/kconfig_parser/cnfexpr.h
+++ b/scripts/kconfig_parser/cnfexpr.h
@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <stdio.h>
#include "symlist.h"
-#include "kconfig/lkc.h"
+#include "lkc.h"
enum cnfexpr_type {
CT_EXPR, CT_FALSE, CT_TRUE