|
@@ -159,6 +159,7 @@ archclean:
|
|
|
$(SYMLINK_HEADERS):
|
|
|
@echo ' SYMLINK $@'
|
|
|
ifneq ($(KBUILD_SRC),)
|
|
|
+ $(Q)mkdir -p $(objtree)/include/asm-um
|
|
|
$(Q)ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
|
|
|
else
|
|
|
$(Q)cd $(TOPDIR)/$(dir $@) ; \
|
|
@@ -168,7 +169,7 @@ endif
|
|
|
include/asm-um/arch:
|
|
|
@echo ' SYMLINK $@'
|
|
|
ifneq ($(KBUILD_SRC),)
|
|
|
- $(Q)mkdir -p include/asm-um
|
|
|
+ $(Q)mkdir -p $(objtree)/include/asm-um
|
|
|
$(Q)ln -fsn $(srctree)/include/asm-$(SUBARCH) include/asm-um/arch
|
|
|
else
|
|
|
$(Q)cd $(TOPDIR)/include/asm-um && ln -sf ../asm-$(SUBARCH) arch
|