9c4b562abc
used by this driver reside. Renamed ip2.c to ip2base.c to allow ip2.o to be built from multiple objects. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Michael H. Warfield <mhw@WittsEnd.com>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
#
|
|
# Makefile for the Computone IntelliPort Plus Driver
|
|
#
|
|
|
|
obj-$(CONFIG_COMPUTONE) += ip2.o ip2main.o
|
|
|
|
ip2-objs := ip2base.o
|
|
|