speedtch Kbuild,NONE,1.1 Makefile.kernel,1.1,NONE
Duncan Sands
duncan at infradead.org
Sat Feb 12 18:05:21 EST 2005
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv19166
Added Files:
Kbuild
Removed Files:
Makefile.kernel
Log Message:
Rename Makefile.kernel to Kbuild. Recent kernels take build instructions
from Kbuild if it exists, or from Makefile if there is no Kbuild. This
means (for example) that you can replace the usb/atm directory in the
kernel tree with a symbolic link to our CVS stuff, and have it compile etc
exactly as it would if it were all in the kernel. Not a big deal, but hey!
Commented out speedtch while I was there: it doesn't build right now.
--- NEW FILE Kbuild ---
#
# Makefile for USB ATM/xDSL drivers
#
obj-$(CONFIG_USB_ATM) += usbatm.o
#obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
obj-$(CONFIG_USB_CXACRU) += cxacru.o
--- Makefile.kernel DELETED ---
More information about the Usbatm-commits
mailing list