Skip to content
Snippets Groups Projects
Commit ad845bee authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Wolfgang Denk
Browse files

blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk

parent ec227557
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,4 @@ ...@@ -21,4 +21,4 @@
# MA 02111-1307 USA # MA 02111-1307 USA
# #
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN -D__BLACKFIN__
...@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__ ...@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__
endif endif
endif endif
ifeq ($(ARCH),blackfin)
PLATFORM_CPPFLAGS+= -D__BLACKFIN__
endif
ifdef ARCH ifdef ARCH
sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment