linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: i2c@lm-sensors.org, linuxppc-dev@ozlabs.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 7/7] Makefile
Date: Mon, 17 Dec 2007 21:39:28 -0500	[thread overview]
Message-ID: <20071218023928.8530.25171.stgit@terra.home> (raw)
In-Reply-To: <20071218023913.8530.46661.stgit@terra.home>

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Makefile b/Makefile
index c1825aa..15ada3f 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ MAKEFLAGS += -rR --no-print-directory
 # To put more focus on warnings, be less verbose as default
 # Use 'make V=1' to see the full commands
 
+ARCH=powerpc
+CROSS_COMPILE=powerpc-603e-linux-gnu-
+
 ifdef V
   ifeq ("$(origin V)", "command line")
     KBUILD_VERBOSE = $(V)

  parent reply	other threads:[~2007-12-18  2:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-18  2:39 [PATCH 0/7] Series to add device tree naming to i2c Jon Smirl
2007-12-18  2:39 ` [PATCH 1/7] Copy mpc-i2c to preserve support for ARCH=ppc and allow changes on ARCH=powerpc Jon Smirl
2007-12-18 15:53   ` Kumar Gala
2007-12-18  2:39 ` [PATCH 2/7] Implement module aliasing for i2c to translate from device tree names Jon Smirl
2007-12-18  2:39 ` [PATCH 3/7] Modify several rtc drivers to use the alias names list property of i2c Jon Smirl
2007-12-18  2:39 ` [PATCH 4/7] Clean up error returns Jon Smirl
2007-12-18  2:39 ` [PATCH 5/7] Convert PowerPC MPC i2c to of_platform_driver from platform_driver Jon Smirl
2007-12-18  2:39 ` [PATCH 6/7] Convert pfc8563 i2c driver from old style to new style Jon Smirl
2007-12-18  2:39 ` Jon Smirl [this message]
2007-12-18  2:43   ` [PATCH 7/7] Makefile Jon Smirl

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=20071218023928.8530.25171.stgit@terra.home \
    --to=jonsmirl@gmail.com \
    --cc=i2c@lm-sensors.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    /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;
as well as URLs for NNTP newsgroup(s).