]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/basic/fixdep.c
Pull bugzilla-5737 into release branch
[linux-2.6-omap-h63xx.git] / scripts / basic / fixdep.c
index 0b61bea869f7580d0d5af1d5c56345be61a8597c..668a11a8b383ce4a35bd98daf5720ef0da9a2077 100644 (file)
@@ -130,6 +130,9 @@ void usage(void)
        exit(1);
 }
 
+/*
+ * Print out the commandline prefixed with cmd_<target filename> :=
+ */
 void print_cmdline(void)
 {
        printf("cmd_%s := %s\n\n", target, cmdline);