9 lines
125 B
Makefile
9 lines
125 B
Makefile
#
|
|
# Makefile for the Computone IntelliPort Plus Driver
|
|
#
|
|
|
|
obj-$(CONFIG_COMPUTONE) += ip2.o
|
|
|
|
ip2-objs := ip2main.o
|
|
|