diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-13 09:22:14 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-18 05:49:56 +0300 |
commit | cc966c92c1d40e53074a3aed1d15b4a306161605 (patch) | |
tree | 1d936da5918cb86586cf87296b1f9d122afdd0f5 /drivers/media/platform/sti/c8sectpfe/Makefile | |
parent | 986a13769c4bd00f1b894b08af2f1068f88d3d5e (diff) | |
download | linux-cc966c92c1d40e53074a3aed1d15b4a306161605.tar.xz |
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/platform/sti/c8sectpfe/Makefile')
-rw-r--r-- | drivers/media/platform/sti/c8sectpfe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/sti/c8sectpfe/Makefile b/drivers/media/platform/sti/c8sectpfe/Makefile index 34d69472b6f0..4bf0c6bf20e1 100644 --- a/drivers/media/platform/sti/c8sectpfe/Makefile +++ b/drivers/media/platform/sti/c8sectpfe/Makefile @@ -4,6 +4,5 @@ c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \ obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o -ccflags-y += -Idrivers/media/common ccflags-y += -Idrivers/media/dvb-frontends/ ccflags-y += -Idrivers/media/tuners/ |