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