|
@@ -152,7 +152,7 @@ archclean:
|
|
$(SYMLINK_HEADERS):
|
|
$(SYMLINK_HEADERS):
|
|
@echo ' SYMLINK $@'
|
|
@echo ' SYMLINK $@'
|
|
ifneq ($(KBUILD_SRC),)
|
|
ifneq ($(KBUILD_SRC),)
|
|
- ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
|
|
|
|
|
|
+ $(Q)ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
|
|
else
|
|
else
|
|
$(Q)cd $(TOPDIR)/$(dir $@) ; \
|
|
$(Q)cd $(TOPDIR)/$(dir $@) ; \
|
|
ln -sf $(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $(notdir $@)
|
|
ln -sf $(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $(notdir $@)
|