]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: remove unneeded header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 May 2019 06:22:14 +0000 (15:22 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 18 May 2019 02:49:56 +0000 (11:49 +0900)
I was able to build without these extra header search paths.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/media/dvb-frontends/cxd2880/Makefile
drivers/media/pci/bt8xx/Makefile
drivers/media/platform/sti/c8sectpfe/Makefile
drivers/media/radio/Makefile
drivers/media/spi/Makefile
drivers/media/usb/cx231xx/Makefile
drivers/media/usb/usbvision/Makefile

index c6baa4caba19622fbc2cb0c00700b7a5599b404f..646598b556d56b66ea771117931ed883874514ff 100644 (file)
@@ -14,5 +14,3 @@ cxd2880-objs := cxd2880_common.o \
                cxd2880_top.o
 
 obj-$(CONFIG_DVB_CXD2880) += cxd2880.o
-
-ccflags-y += -Idrivers/media/dvb-frontends
index 7f1c3beb1bbc64d62078acbc357aa1151d8e97f1..0b5032c8a9c05380f0a1a68fa3b5e183f9132ba4 100644 (file)
@@ -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
index 34d69472b6f0f1fd367ed46e9e2bed724d3e6388..4bf0c6bf20e187850a2af034e01c4b77f2e1c89c 100644 (file)
@@ -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/
index 37e6e8255b57fe943b12323b34156a7232683fb5..53c7ae1354602bbe2b8aea22a2b4124eeb845b40 100644 (file)
@@ -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
index 9e536777a33022dc4fd0f95f1cfa0894b2ffc723..c254e2a70ec5ec82c21d8763cff450cadda50b2f 100644 (file)
@@ -1,6 +1,4 @@
 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
index c023d97407de450c792111bf70460f3abfe108f7..af824fd803666b7ebe5e331e6addee3cd839cf06 100644 (file)
@@ -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
index 494d030b497968a97e6be99786a294a444208cb8..e8e5eda08b6f5dae2a84272072706dd240c8e2ea 100644 (file)
@@ -1,5 +1,3 @@
 usbvision-objs  := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o
 
 obj-$(CONFIG_VIDEO_USBVISION) += usbvision.o
-
-ccflags-y += -Idrivers/media/tuners