Re: [PATCH 7/7] Makefile
From: Jon Smirl <hidden>
Date: 2007-12-18 02:43:36
Also in:
lkml
Ignore this patch, I forgot to remove it before mailing the series. On 12/17/07, Jon Smirl [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Jon Smirl <redacted> Signed-off-by: Jon Smirl <redacted> --- 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) --To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
-- Jon Smirl jonsmirl@gmail.com