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