summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:28 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:28 +0200
commit37e96f83bca38c26179b38d0130b0462ae09bb50 (patch)
tree92de76f99e9358996c452256a53fdafb412a748e /arch/blackfin/Makefile
parentf6a579da9c6c3e2d776f9251bcc727f6e17c0a11 (diff)
downloadbarebox-37e96f83bca38c26179b38d0130b0462ae09bb50.tar.gz
barebox-37e96f83bca38c26179b38d0130b0462ae09bb50.tar.xz
[BLACKFIN] move include/asm-blackfin to arch/blackfin/include/asm
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r--arch/blackfin/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
index 9aa9c497b9..6199fed6f3 100644
--- a/arch/blackfin/Makefile
+++ b/arch/blackfin/Makefile
@@ -16,29 +16,9 @@ ifndef CONFIG_BFIN_BOOT_BYPASS
all: uboot.ldr
endif
-ifeq ($(incdir-y),)
-incdir-y := $(machine-y)
-endif
-INCDIR := arch-$(incdir-y)
-
-# Update machine arch and proc symlinks if something which affects
-# them changed. We use .arch to indicate when they were updated
-# last, otherwise make uses the target directory mtime.
-
-include/asm-blackfin/.arch: $(wildcard include/config/arch/*.h) include/config/auto.conf
- @echo ' SYMLINK include/asm-blackfin/arch -> include/asm-blackfin/$(INCDIR)'
-ifneq ($(KBUILD_SRC),)
- $(Q)mkdir -p include/asm-blackfin
- $(Q)ln -fsn $(srctree)/include/asm-blackfin/$(INCDIR) include/asm-blackfin/arch
-else
- $(Q)ln -fsn $(INCDIR) include/asm-blackfin/arch
-endif
- @touch $@
-
archprepare: maketools
PHONY += maketools
-maketools: include/asm-blackfin/.arch
ifneq ($(board-y),)
@@ -58,8 +38,6 @@ common-y += arch/blackfin/lib/ $(CPU)
lds-y += $(BOARD)/u-boot.lds
-MRPROPER_FILES += include/asm-blackfin/arch include/asm-blackfin/proc
-
ifdef CONFIG_BFIN_BOOT_FLASH16
FLASHBITS :=-B 16
else