diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-17 21:42:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-21 21:01:54 -0300 |
commit | f3e775962ccbc62bd93f2200b82db88af05d0137 (patch) | |
tree | 02b661fadf96abf7168f7110e4e9be5170af4b12 /drivers/media/usb/airspy/Makefile | |
parent | eb83eab7fec5a5137e95717188e57310a0ebc051 (diff) | |
download | linux-f3e775962ccbc62bd93f2200b82db88af05d0137.tar.bz2 |
[media] airspy: move out of staging into drivers/media/usb
Move it out of staging into media like all the other SDR drivers
too. There is no good reasons to keep these SDR drivers in staging.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/airspy/Makefile')
-rw-r--r-- | drivers/media/usb/airspy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/airspy/Makefile b/drivers/media/usb/airspy/Makefile new file mode 100644 index 000000000000..8d8e61c1a349 --- /dev/null +++ b/drivers/media/usb/airspy/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_USB_AIRSPY) += airspy.o |