build: ensure PKG_INFO_DIR exists before trying to use it
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 28 Oct 2017 09:19:25 +0000 (11:19 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Sat, 28 Oct 2017 09:19:25 +0000 (11:19 +0200)
commite5e5c3f5fd38f1f0dd8d4672fc64bdd0a1a01add
treebc9507b0cc55e84e14dc354b2b4dec12e899d17c
parent471d5dc6e3c16a2bef9bde2b788b563a00357292
build: ensure PKG_INFO_DIR exists before trying to use it

PKG_INFO_DIR is only created at the finish step of the first package
build, but kernel modules now use it at the start. Doing a parallel build
could cause a kernel module to be the first package, breaking the build.

Fix this by ensuring the directory exists.

Fixes: 2e496876c60c ("kernel: collect module symvers for external modules")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
include/kernel.mk