commit | 74dba80913775c78a1e03221c9ea51027a8b7bcf | [log] [tgz] |
---|---|---|
author | Markus Mayer <mmayer@broadcom.com> | Wed Dec 09 14:56:12 2015 -0800 |
committer | Michal Marek <mmarek@suse.com> | Thu Dec 10 11:06:10 2015 +0100 |
tree | 1f6ac8453549e7c489d93269a8a6b3ac90785bbd | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
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 <mmayer@broadcom.com> Signed-off-by: Michal Marek <mmarek@suse.com>