Adrian Bunk | d5c1682 | 2007-02-20 13:58:17 -0800 | [diff] [blame] | 1 | gigaset-y := common.o interface.o proc.o ev-layer.o i4l.o asyncdata.o |
| 2 | usb_gigaset-y := usb-gigaset.o |
Adrian Bunk | d5c1682 | 2007-02-20 13:58:17 -0800 | [diff] [blame] | 3 | ser_gigaset-y := ser-gigaset.o |
Tilman Schmidt | dae9f8e | 2007-02-28 20:13:01 -0800 | [diff] [blame] | 4 | bas_gigaset-y := bas-gigaset.o isocdata.o |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 5 | |
Tilman Schmidt | dae9f8e | 2007-02-28 20:13:01 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset.o |
| 7 | obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o |
| 8 | obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o |
| 9 | obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o |