]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge 2.6.23
authorTony Lindgren <tony@atomide.com>
Tue, 9 Oct 2007 22:07:44 +0000 (15:07 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Oct 2007 22:07:44 +0000 (15:07 -0700)
Merge branches 'master' and 'linus'

1  2 
Makefile

diff --combined Makefile
index 564962460afc4fc8d8dec483bf32a58aa8cfd823,4635a64da36c356e70896d3fd78acddd0a29f147..49ed72e6eeb4202639f48f3a584db47099c6f193
+++ b/Makefile
@@@ -1,7 -1,7 +1,7 @@@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 23
- EXTRAVERSION =-rc8
+ EXTRAVERSION =
  NAME = Arr Matey! A Hairy Bilge Rat!
  
  # *DOCUMENTATION*
@@@ -16,9 -16,6 +16,9 @@@
  # 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.
  #
@@@ -166,8 -163,6 +166,8 @@@ SUBARCH := $(shell uname -m | sed -e s/
                                  -e s/s390x/s390/ -e s/parisc64/parisc/ \
                                  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
  
 +SUBARCH := arm
 +
  # Cross compiling and selecting different set of gcc/bin-utils
  # ---------------------------------------------------------------------------
  #
  # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
  
  ARCH          ?= $(SUBARCH)
 -CROSS_COMPILE ?=
 +CROSS_COMPILE ?= arm-linux-
  
  # Architecture as present in compile.h
  UTS_MACHINE := $(ARCH)