aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2007-10-31 02:18:15 +0900
committerWolfgang Denk <wd@denx.de>2007-11-03 22:47:13 +0100
commitad845beef06245426c57b53dcdc01b7dc70e0d45 (patch)
tree6741035836e756abbfdc7219222652092f70295b /config.mk
parentec22755799466c8a103664bb3a5e647bf9c238f4 (diff)
blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 582df329a..37d61a0c8 100644
--- a/config.mk
+++ b/config.mk
@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__
endif
endif
-ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__
-endif
-
ifdef ARCH
sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
endif