[U-Boot-Users] Patch to build csope database in the makefile for u-boot-1.1.3

atul.sabharwal at exgate.tek.com atul.sabharwal at exgate.tek.com
Fri Oct 21 19:02:19 CEST 2005


Enabled the fast index database build option in cscope. Tested against
Latest version of cscope from sourceforge.

--- /login/asabharw/lxhome/u-boot-1.1.3/Makefile	2005-08-13
16:53:35.000000000 -0700
+++ Makefile	2005-10-17 18:59:37.000000000 -0700
@@ -194,7 +194,7 @@
 			\( -name CVS -prune \) -o \( -name '*.[ch]' -print
\)`
 
 System.map:	u-boot
-		@$(NM) $< | \
+		$(NM) -A -l $< | \
 		grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw]
\)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
 		sort > System.map






More information about the U-Boot mailing list