make sure directory exists before copying into
SVN-Revision: 21842
This commit is contained in:
parent
4bb7ab3057
commit
f5faa9520e
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ ifneq ($(LINUX_HAS_HEADERS_INSTALL),)
|
|||
INSTALL_HDR_PATH="$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/" \
|
||||
headers_install
|
||||
if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
|
||||
mkdir -p $(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH)
|
||||
$(CP) \
|
||||
$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \
|
||||
$(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH)/; \
|
||||
|
|
Loading…
Reference in a new issue