public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
Date: Wed, 31 Oct 2007 02:18:15 +0900	[thread overview]
Message-ID: <47276757.5090702@ruby.dti.ne.jp> (raw)

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
---

 blackfin_config.mk |    2 +-
 config.mk          |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/blackfin_config.mk b/blackfin_config.mk
index df324b7..f71a313 100644
--- a/blackfin_config.mk
+++ b/blackfin_config.mk
@@ -21,4 +21,4 @@
 # MA 02111-1307 USA
 #
 
-PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
+PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN -D__BLACKFIN__
diff --git a/config.mk b/config.mk
index 35e2963..f1edb40 100644
--- a/config.mk
+++ b/config.mk
@@ -60,10 +60,6 @@ PLATFORM_CPPFLAGS+= -D__PPC__
 endif
 endif
 
-ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__
-endif
-
 ifdef	ARCH
 sinclude $(TOPDIR)/$(ARCH)_config.mk	# include architecture dependend rules
 endif

             reply	other threads:[~2007-10-30 17:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-30 17:18 Shinya Kuribayashi [this message]
2007-10-31  2:09 ` [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk Mike Frysinger
2007-11-03 21:47 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47276757.5090702@ruby.dti.ne.jp \
    --to=skuribay@ruby.dti.ne.jp \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox