From: Markus Mayer Date: Wed, 9 Dec 2015 22:56:12 +0000 (-0800) Subject: kconfig: allow kconfig to handle longer path names X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=4f0ff3e00285b285bdab7d43393a3d393e9d415e;hp=4f0ff3e00285b285bdab7d43393a3d393e9d415e;p=carl9170fw.git kconfig: allow kconfig to handle longer path names The current (arbitrary) limit of 128 characters for path names has proven too short for Android builds, as longer path names are used there. Change conf.c, so it can handle path lengths up to PATH_MAX characters. Signed-off-by: Markus Mayer Signed-off-by: Michal Marek Signed-off-by: Christian Lamparter ---