Merge pull request #2535 from CvH/9.0-quickfix-hauppauge

hauppauge: fix broken patch
This commit is contained in:
Matthias Reichl 2018-03-01 14:38:41 +01:00 committed by GitHub
commit b9b92ee1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,15 @@
endif # MEDIA_SUPPORT
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -39,3 +39,4 @@ obj-y += rc/
obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
obj-$(CONFIG_VIDEO_DEV) += radio/
@@ -25,7 +25,7 @@
obj-y += rc/
obj-$(CONFIG_CEC_CORE) += cec/
-
+obj-y += amlogic/
#
# Finally, merge the drivers that require the core
#
--- /dev/null
+++ b/drivers/media/amlogic/Kconfig
@@ -0,0 +1,8 @@