2006-01-19 17:07:10 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Computone IntelliPort Plus Driver
|
|
|
|
#
|
|
|
|
|
2008-05-23 20:04:45 +00:00
|
|
|
obj-$(CONFIG_COMPUTONE) += ip2.o
|
2006-01-19 17:07:10 +00:00
|
|
|
|
2008-05-23 20:04:45 +00:00
|
|
|
ip2-objs := ip2base.o ip2main.o
|
2006-01-19 17:07:10 +00:00
|
|
|
|