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