diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-13 08:22:14 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-18 04:49:56 +0200 |
commit | cc966c92c1d40e53074a3aed1d15b4a306161605 (patch) | |
tree | 1d936da5918cb86586cf87296b1f9d122afdd0f5 /drivers/media/usb/cx231xx/Makefile | |
parent | alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig (diff) | |
download | linux-cc966c92c1d40e53074a3aed1d15b4a306161605.tar.xz linux-cc966c92c1d40e53074a3aed1d15b4a306161605.zip |
media: remove unneeded header search paths
I was able to build without these extra header search paths.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/Makefile')
-rw-r--r-- | drivers/media/usb/cx231xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/Makefile b/drivers/media/usb/cx231xx/Makefile index c023d97407de..af824fd80366 100644 --- a/drivers/media/usb/cx231xx/Makefile +++ b/drivers/media/usb/cx231xx/Makefile @@ -11,4 +11,3 @@ obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o ccflags-y += -Idrivers/media/tuners ccflags-y += -Idrivers/media/dvb-frontends -ccflags-y += -Idrivers/media/usb/dvb-usb |