X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Makefile;h=888e6c65f8568c9b7adb9c136d9528ccdcbf2de4;hb=743a413f3e8f8df4cd51f9e4059c7478e927506e;hp=7f9ff9bf1544049db441f9d0be0da6df628cd0d5;hpb=547f7847472c097a54adf38e6576f95ab512e27c;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 7f9ff9bf154..888e6c65f85 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 28 -EXTRAVERSION = -rc4 -NAME = Killer Bat of Doom +EXTRAVERSION = +NAME = Erotic Pickled Herring # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -16,6 +16,9 @@ NAME = Killer Bat of Doom # 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)