commit | d3fc425e819be7c251a9c208cd4c0a6373c19bfe | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Nov 30 17:41:58 2016 -0500 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Dec 01 10:19:22 2016 -0800 |
tree | 0af8ce6f9eb35a38532c7c97b7177bb73b2010f8 | |
parent | 43c4f67c966deb1478dc9acbf66ab547287d530f [diff] |
kbuild: make sure autoksyms.h exists early Some people are able to trigger a race where autoksyms.h is used before its empty version is even created. Let's create it at the same time as the directory holding it is created. Signed-off-by: Nicolas Pitre <nico@linaro.org> Tested-by: Prarit Bhargava <prarit@redhat.com> Tested-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>