Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/char
In directory usw-pr-cvs1:/tmp/cvs-serv31692/vax/char
Added Files:
.cvsignore Makefile
Log Message:
Mostly-complete DELQA driver. First cut at driver for the Q-bus adapter
in the KA650 CPU.
--- NEW FILE ---
*.a.flags
*.o.flags
.depend
*.lst
--- NEW FILE ---
#
# Makefile for the Linux/VAX network device drivers.
#
O_TARGET := vaxchar.o
obj-y :=
obj-m :=
obj-n :=
# obj-$(CONFIG_SERIAL_KA650) += ka650_console.o
include $(TOPDIR)/Rules.make
|