Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/char
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14426
Modified Files:
Makefile
Log Message:
- Build dz.o from new location (the files are to come in a second).
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/char/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile 13 Oct 2003 00:36:37 -0000 1.6
+++ Makefile 19 Nov 2004 12:45:18 -0000 1.7
@@ -2,3 +2,5 @@
# Makefile for the Linux/VAX character device drivers.
#
+obj-$(CONFIG_DZ) += dz.o
+
|