patch-2.3.35 linux/drivers/video/Makefile

Next file: linux/drivers/video/atyfb.c
Previous file: linux/drivers/usb/uss720.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -131,6 +131,9 @@
 clean:
 	rm -f core *.o *.a *.s
 
+../conmakehash: ../conmakehash.c
+	$(HOSTCC) $(HOSTCFLAGS) -o ../conmakehash ../conmakehash.c
+
 promcon_tbl.c: prom.uni ../char/conmakehash
 	../char/conmakehash prom.uni | \
 	sed -e '/#include <[^>]*>/p' -e 's/types/init/' \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)