kbuild: make sure autoksyms.h exists early
commitd3fc425e819be7c251a9c208cd4c0a6373c19bfe
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 30 Nov 2016 22:41:58 +0000 (30 17:41 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Dec 2016 18:19:22 +0000 (1 10:19 -0800)
tree0af8ce6f9eb35a38532c7c97b7177bb73b2010f8
parent43c4f67c966deb1478dc9acbf66ab547287d530f
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>
Makefile
scripts/kconfig/Makefile