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/pci/bt8xx | |
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/pci/bt8xx')
-rw-r--r-- | drivers/media/pci/bt8xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/Makefile b/drivers/media/pci/bt8xx/Makefile index 7f1c3beb1bbc..0b5032c8a9c0 100644 --- a/drivers/media/pci/bt8xx/Makefile +++ b/drivers/media/pci/bt8xx/Makefile @@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_BT848) += bttv.o obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o ccflags-y += -Idrivers/media/dvb-frontends -ccflags-y += -Idrivers/media/common ccflags-y += -Idrivers/media/tuners |