Makefile: fix build break in sdk target
authorStefan Becker <chemobejk@gmail.com>
Mon, 26 Mar 2018 07:23:32 +0000 (10:23 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Mar 2018 08:48:19 +0000 (10:48 +0200)
commit6697f3bcdb4ecd6f311125670803933c8f5afb1b
treebf3c67e5ef7e199b94e2e5be9396a3b53a391ec8
parent4b30ee93248f93012d427ebd0211039095a6a3fc
Makefile: fix build break in sdk target

After commit 6729050f3a49dba42d2d881d31dbefd6b82b8dad nothing creates
$(HOST_DIR)/share/buildroot anymore, causing sdk to fail with:

 /bin/bash: .../output/host/share/buildroot/sdk-location: No such file or directory

Add creation of that directory to the "sdk" build steps itself.

Signed-off-by: Stefan Becker <chemobejk@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile