diff options
Diffstat (limited to 'drivers/isdn/gigaset/Makefile')
-rw-r--r-- | drivers/isdn/gigaset/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/isdn/gigaset/Makefile b/drivers/isdn/gigaset/Makefile new file mode 100644 index 000000000000..9b9acf1a21ad --- /dev/null +++ b/drivers/isdn/gigaset/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | gigaset-y := common.o interface.o proc.o ev-layer.o i4l.o | ||
2 | usb_gigaset-y := usb-gigaset.o asyncdata.o | ||
3 | bas_gigaset-y := bas-gigaset.o isocdata.o | ||
4 | |||
5 | obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o | ||
6 | obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o | ||