Commit cc966c92 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

media: remove unneeded header search paths



I was able to build without these extra header search paths.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 986a1376
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,5 +14,3 @@ cxd2880-objs := cxd2880_common.o \
		cxd2880_top.o

obj-$(CONFIG_DVB_CXD2880) += cxd2880.o

ccflags-y += -Idrivers/media/dvb-frontends
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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/
+0 −2
Original line number Diff line number Diff line
@@ -36,5 +36,3 @@ obj-$(CONFIG_RADIO_TEA575X) += tea575x.o
obj-$(CONFIG_USB_RAREMONO) += radio-raremono.o

shark2-objs := radio-shark2.o radio-tea5777.o

ccflags-y += -Isound
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_VIDEO_GS1662) += gs1662.o
obj-$(CONFIG_CXD2880_SPI_DRV) += cxd2880-spi.o

ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
ccflags-y += -Idrivers/media/dvb-frontends/cxd2880
Loading