patch-2.0.34 linux/scripts/Makefile

Next file: linux/scripts/Menuconfig
Previous file: linux/scripts/Configure
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.33/linux/scripts/Makefile linux/scripts/Makefile
@@ -2,6 +2,11 @@
 HEADER=header.tk
 TAIL=tail.tk
 
+# Ksymoops - to compile error-parsing program
+#
+ksymoops:
+	g++ ksymoops.cc -I /usr/include/g++/ -o ksymoops
+
 # We allow the Makefile in drivers/sound to decide when to rebuild its
 # files, rather than trying to second-guess it like we did before.
 #

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov