Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /arch/arm/Makefile

Filename:/arch/arm/Makefile
Lines Added:15
Lines Deleted:6
Also changed in: (Previous) 2.4.19-rc5  2.4.19-rc4  2.4.19-rc3  2.4.19-rc2  2.4.19-rc1  2.4.19-pre10 
(Following) 2.4.21-bk1  2.4.21-bk2  2.4.21-bk3  2.4.21-bk4  2.4.21-bk5  2.4.21-bk6 

Location
[  2.4.19
  [  arch
    [  arm
       o  Makefile

Patch

diff -urN linux-2.4.18/arch/arm/Makefile linux-2.4.19/arch/arm/Makefile
--- linux-2.4.18/arch/arm/Makefile   Fri Nov  9 13:58:02 2001
+++ linux-2.4.19/arch/arm/Makefile   Fri Aug  2 17:39:42 2002
@@ -11,10 +11,6 @@
 GZFLAGS      :=-9
 CFLAGS      +=-fno-common -pipe
 
-ifneq ($(CONFIG_NO_FRAME_POINTER),y)
-CFLAGS      :=$(CFLAGS:-fomit-frame-pointer=)
-endif
-
 ifeq ($(CONFIG_DEBUG_INFO),y)
 CFLAGS      +=-g
 endif
@@ -39,10 +35,12 @@
 tune-$(CONFIG_CPU_ARM710)   :=-mtune=arm710
 tune-$(CONFIG_CPU_ARM720T)   :=-mtune=arm7tdmi
 tune-$(CONFIG_CPU_ARM920T)   :=-mtune=arm9tdmi
+tune-$(CONFIG_CPU_ARM922T)   :=-mtune=arm9tdmi
 tune-$(CONFIG_CPU_ARM926T)   :=-mtune=arm9tdmi
 tune-$(CONFIG_CPU_SA110)   :=-mtune=strongarm110
 tune-$(CONFIG_CPU_SA1100)   :=-mtune=strongarm1100
 
+CFLAGS_BOOT   :=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float
 CFLAGS      +=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float
 AFLAGS      +=$(apcs-y) $(arch-y) -mno-fpu -msoft-float
 
@@ -74,6 +72,8 @@
 
 ifeq ($(CONFIG_ARCH_EBSA110),y)
 MACHINE       = ebsa110
+CFLAGS_3c589_cs   :=-DISA_SIXTEEN_BIT_PERIPHERAL
+export CFLAGS_3c589_cs
 endif
 
 ifeq ($(CONFIG_ARCH_CLPS7500),y)
@@ -121,6 +121,10 @@
 MACHINE       = integrator
 endif
 
+ifeq ($(CONFIG_ARCH_MX1ADS),y)
+MACHINE       = mx1ads
+endif
+
 ifeq ($(CONFIG_ARCH_CAMELOT),y)
 MACHINE          = epxa10db
 endif
@@ -130,11 +134,15 @@
 MACHINE       = clps711x
 endif
 
+ifeq ($(CONFIG_ARCH_FORTUNET),y)
+TEXTADDR    = 0xc0008000
+endif
+
 ifeq ($(CONFIG_ARCH_ANAKIN),y)
 MACHINE       = anakin
 endif
 
-export   MACHINE PROCESSOR TEXTADDR GZFLAGS
+export   MACHINE PROCESSOR TEXTADDR GZFLAGS CFLAGS_BOOT
 
 # Only set INCDIR if its not already defined above
 # Grr, ?= doesn't work as all the other assignment operators do.  Make bug?
@@ -207,6 +215,7 @@
    arch/arm/vmlinux.lds
 
 MRPROPER_FILES   += \
+   arch/arm/tools/constants.h* \
    include/asm-arm/arch \
    include/asm-arm/proc \
    include/asm-arm/constants.h* \
@@ -254,7 +263,7 @@
    @( \
    CFG=$(@:_config=); \
    if [ -f arch/arm/def-configs/$$CFG ]; then \
-     [ -f .config ] && $(MV) .config .config.old; \
+     [ -f .config ] && mv -f .config .config.old; \
      cp arch/arm/def-configs/$$CFG .config; \
      echo "*** Default configuration for $$CFG installed"; \
      echo "*** Next, you may run 'make oldconfig'"; \


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.