aboutsummaryrefslogtreecommitdiff
path: root/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/lkc.h')
-rw-r--r--kconfig/lkc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kconfig/lkc.h b/kconfig/lkc.h
index 9b629ffa..3b31ccbd 100644
--- a/kconfig/lkc.h
+++ b/kconfig/lkc.h
@@ -152,4 +152,8 @@ static inline bool sym_has_value(struct symbol *sym)
}
#endif
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
#endif /* LKC_H */