GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / isdn / gigaset / Makefile
blobc453b72272a0902c4c73c95f591f7d0ab0232d78
1 gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
2 gigaset-$(CONFIG_GIGASET_CAPI) += capi.o
3 gigaset-$(CONFIG_GIGASET_I4L) += i4l.o
4 gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o
5 usb_gigaset-y := usb-gigaset.o
6 ser_gigaset-y := ser-gigaset.o
7 bas_gigaset-y := bas-gigaset.o isocdata.o
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