commit | 423a8155facf23719078ff63911c1e85ba40970b | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Mon Feb 25 13:47:53 2013 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Mon Feb 25 16:14:48 2013 +0100 |
tree | 1a9078fd444b2d450ac951b409dceca3f05f107c | |
parent | f893bfb61531548eeaff432e8d10758e86e788a7 [diff] |
kbuild: Fix reading of .config in link-vmlinux.sh The shell '.' command is not required to search the current directory as a fallback and in fact newer versions of bash in sh-mode do not do this. Force reading the file from the current directory if $KCONFIG_CONFIG contains no '/'. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Michal Marek <mmarek@suse.cz>