diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-13 01:50:15 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-22 00:25:28 +0400 |
commit | d6317c68f3324e086799e12e4864231bb71829cb (patch) | |
tree | cb151d04f478e2b230fab10c43a310bc5c876644 /drivers/media/usb/as102/Makefile | |
parent | 2179de602c33d0b7b87f087dd7fbf35d22da4bd8 (diff) | |
download | linux-d6317c68f3324e086799e12e4864231bb71829cb.tar.xz |
[media] as102: promote it out of staging
This driver is stable and doesn't contain any really serious
issue. Move it out of staging.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/as102/Makefile')
-rw-r--r-- | drivers/media/usb/as102/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/usb/as102/Makefile b/drivers/media/usb/as102/Makefile new file mode 100644 index 000000000000..8916d8a909bc --- /dev/null +++ b/drivers/media/usb/as102/Makefile @@ -0,0 +1,6 @@ +dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o \ + as102_fe.o as102_usb_drv.o as10x_cmd_cfg.o + +obj-$(CONFIG_DVB_AS102) += dvb-as102.o + +ccflags-y += -Idrivers/media/dvb-core |