| Adrian Bunk | 9c4b562 | 2006-01-19 18:07:10 +0100 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Computone IntelliPort Plus Driver | ||||
| 3 | # | ||||
| 4 | |||||
| Alan Cox | 6089093 | 2008-05-23 13:04:45 -0700 | [diff] [blame^] | 5 | obj-$(CONFIG_COMPUTONE) += ip2.o |
| Adrian Bunk | 9c4b562 | 2006-01-19 18:07:10 +0100 | [diff] [blame] | 6 | |
| Alan Cox | 6089093 | 2008-05-23 13:04:45 -0700 | [diff] [blame^] | 7 | ip2-objs := ip2base.o ip2main.o |
| Adrian Bunk | 9c4b562 | 2006-01-19 18:07:10 +0100 | [diff] [blame] | 8 | |