swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 9f737633e6ee54fc174282d49b2559bd2208391d authored by Linus Torvalds on 06 August 2006, 18:20:11 UTC
Linux v2.6.18-rc4
Tip revision: 9f73763
Makefile
#
# Makefile for the Computone IntelliPort Plus Driver
#

obj-$(CONFIG_COMPUTONE)         += ip2.o ip2main.o

ip2-objs			:= ip2base.o

back to top