X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=8c8482b5c514dbb1f8d739d423262600384f2dba;hb=6a32eb134fbf2ea1d384e0bfa8e9ba6eec952817;hp=2b4977c9844ec6dd6e78948093e2161f2772d6cc;hpb=d70ac829b7f42d7ef4f879635c6a772b0b4ed0a2;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 2b4977c9844..8c8482b5c51 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ NAME = Rotary Wombat # o print "Entering directory ..."; MAKEFLAGS += -rR --no-print-directory +# Add custom flags here to avoid conflict with updates +EXTRAVERSION := $(EXTRAVERSION)-omap1 + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. # @@ -171,6 +174,8 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ -e s/sh.*/sh/ ) +SUBARCH := arm + # Cross compiling and selecting different set of gcc/bin-utils # --------------------------------------------------------------------------- # @@ -191,7 +196,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile export KBUILD_BUILDHOST := $(SUBARCH) ARCH ?= $(SUBARCH) -CROSS_COMPILE ?= +CROSS_COMPILE ?= arm-linux- # Architecture as present in compile.h UTS_MACHINE := $(ARCH)