]> err.no Git - linux-2.6/blobdiff - scripts/Makefile.build
[PATCH] prune_one_dentry() tweaks
[linux-2.6] / scripts / Makefile.build
index 19ef2bc514c2b235f85fbbe2123b7acbe78d44a2..e48e60da304092be6a66ed3f5f071ce1080a4f0b 100644 (file)
@@ -129,7 +129,7 @@ $(multi-objs-y:.o=.s)   : modname = $(modname-multi)
 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
 
 quiet_cmd_cc_s_c = CC $(quiet_modtag)  $@
-cmd_cc_s_c       = $(CC) $(c_flags) -S -o $@ $< 
+cmd_cc_s_c       = $(CC) $(c_flags) -fverbose-asm -S -o $@ $<
 
 %.s: %.c FORCE
        $(call if_changed_dep,cc_s_c)