summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-17 21:09:54 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-17 21:09:54 +0200
commitc054a3682dc169d05300f244b0aaff9b22892c5e (patch)
tree40d1c923049f6476a32dc88d91f8765181e577eb /arch/arm
parent4c03bb1d580d6566bef6edc4ef1e378259bc036b (diff)
parentf002246610f760fe8e635b607cfd1f558123cebc (diff)
downloadbarebox-c054a3682dc169d05300f244b0aaff9b22892c5e.tar.gz
barebox-c054a3682dc169d05300f244b0aaff9b22892c5e.tar.xz
Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 5d9661d7f6..27e4432537 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -41,7 +41,12 @@ else
$(Q)ln -fsn $(INCDIR) include/asm-arm/arch
endif
@echo ' SYMLINK include/asm-arm/proc -> include/asm-arm/proc-armv'
+ifneq ($(KBUILD_SRC),)
+ $(Q)mkdir -p include/asm-arm
+ $(Q)ln -fsn $(srctree)/include/asm-arm/proc-armv include/asm-arm/proc
+else
$(Q)ln -fsn proc-armv include/asm-arm/proc
+endif
@touch $@
uboot.netx: uboot.bin