fix syntax error
SVN-Revision: 21843
This commit is contained in:
parent
f5faa9520e
commit
d6ef217a9f
@ -50,7 +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)
|
||||
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 New Issue
Block a user