dslinux/linux-2.6.x/arch/arm Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sun Aug 6 22:20:43 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm
In directory antilope:/tmp/cvs-serv22622/linux-2.6.x/arch/arm

Modified Files:
	Makefile 
Log Message:
add debug option for 8bit write

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	3 Jul 2006 20:23:29 -0000	1.5
+++ Makefile	6 Aug 2006 20:20:40 -0000	1.6
@@ -76,6 +76,8 @@
 # with swpb, to be able to use 16bit memory as general memory.
 ifeq ($(CONFIG_NDS_ROM8BIT),y)
 CFLAGS += -mswp-byte-writes
+# don't erase the assembler files. For debugging purposes only.
+# CFLAGS += -save-temps -fverbose-asm
 endif
 
 CHECKFLAGS	+= -D__arm__




More information about the dslinux-commit mailing list