[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm

Diff for /funnyos/arch/testarm/Makefile between version 1.1.1.1 and 1.3

version 1.1.1.1, 2007/10/16 09:41:04 version 1.3, 2007/10/29 21:15:09
Line 5 
Line 5 
 # include MI stuff  # include MI stuff
 .include "makefile.mi.inc"  .include "makefile.mi.inc"
   
   # ARM cross tools dir
   CROSSTOOLS=/usr/cross/ipaq
   
 # md source files (implies loader and config.c)  # md source files (implies loader and config.c)
 #MDSRC=  boot/loader.S  #MDSRC=  boot/loader.S
 LOADER= boot/loader.S  LOADER= boot/loader.S
 MDSRC= config.c  MDSRC=  boot/irq_trampoline.c
   MDSRC+= config.c
 MDSRC+= dev/*.c  MDSRC+= dev/*.c
   
 # md headers  # md headers
 MDHDR=  dev/*.h  MDHDR=  dev/*.h
   
 # ARM cross tools  
 CROSSTOOLS=/usr/cross/ipaq  
   
 # flags passed to gcc  # flags passed to gcc
 CFLAGS=  -I../.. -O0 -nostdlib -ffreestanding -fno-stack-protector -nodefaultlibs  CFLAGS=  -I../.. -O0 -nostdlib -ffreestanding -fno-stack-protector -nodefaultlibs

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

CVSweb