All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] media: clean-up header search paths and add $(srctree)/ prefix
@ 2019-01-25  6:54 ` Masahiro Yamada
  0 siblings, 0 replies; 15+ messages in thread
From: Masahiro Yamada @ 2019-01-25  6:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linux-media
  Cc: Masahiro Yamada, Sakari Ailus, Patrice Chotard, Akihiro Tsukada,
	Philipp Zabel, linux-kernel, Abylay Ospan, Hans Verkuil,
	Sergey Kozlov, Mike Isely, Hans Verkuil, Yasunari Takiguchi,
	Andy Walls, linux-arm-kernel

My main motivation is to get rid of crappy header search path manipulation
from Kbuild core.

Before that, I want to do as many treewide cleanups as possible.

If you are interested in the big picture of this work,
the full patch set is available at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test



Masahiro Yamada (3):
  media: coda: remove -I$(src) header search path
  media: remove unneeded header search paths
  media: prefix header search paths with $(srctree)/

 drivers/media/common/b2c2/Makefile            | 4 ++--
 drivers/media/dvb-frontends/cxd2880/Makefile  | 2 --
 drivers/media/i2c/smiapp/Makefile             | 2 +-
 drivers/media/mmc/siano/Makefile              | 3 +--
 drivers/media/pci/b2c2/Makefile               | 2 +-
 drivers/media/pci/bt8xx/Makefile              | 5 ++---
 drivers/media/pci/cx18/Makefile               | 4 ++--
 drivers/media/pci/cx23885/Makefile            | 4 ++--
 drivers/media/pci/cx88/Makefile               | 4 ++--
 drivers/media/pci/ddbridge/Makefile           | 4 ++--
 drivers/media/pci/dm1105/Makefile             | 2 +-
 drivers/media/pci/mantis/Makefile             | 2 +-
 drivers/media/pci/netup_unidvb/Makefile       | 2 +-
 drivers/media/pci/ngene/Makefile              | 4 ++--
 drivers/media/pci/pluto2/Makefile             | 2 +-
 drivers/media/pci/pt1/Makefile                | 4 ++--
 drivers/media/pci/pt3/Makefile                | 4 ++--
 drivers/media/pci/smipcie/Makefile            | 5 ++---
 drivers/media/pci/ttpci/Makefile              | 4 ++--
 drivers/media/platform/coda/Makefile          | 2 --
 drivers/media/platform/coda/coda-h264.c       | 3 ++-
 drivers/media/platform/coda/trace.h           | 2 +-
 drivers/media/platform/sti/c8sectpfe/Makefile | 5 ++---
 drivers/media/radio/Makefile                  | 2 --
 drivers/media/spi/Makefile                    | 4 +---
 drivers/media/usb/as102/Makefile              | 2 +-
 drivers/media/usb/au0828/Makefile             | 4 ++--
 drivers/media/usb/b2c2/Makefile               | 2 +-
 drivers/media/usb/cx231xx/Makefile            | 5 ++---
 drivers/media/usb/em28xx/Makefile             | 4 ++--
 drivers/media/usb/go7007/Makefile             | 2 +-
 drivers/media/usb/pvrusb2/Makefile            | 4 ++--
 drivers/media/usb/siano/Makefile              | 2 +-
 drivers/media/usb/tm6000/Makefile             | 4 ++--
 drivers/media/usb/ttusb-budget/Makefile       | 2 +-
 drivers/media/usb/usbvision/Makefile          | 2 --
 36 files changed, 50 insertions(+), 64 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-04-12  7:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  6:54 [PATCH 0/3] media: clean-up header search paths and add $(srctree)/ prefix Masahiro Yamada
2019-01-25  6:54 ` Masahiro Yamada
2019-01-25  6:54 ` [PATCH 1/3] media: coda: remove -I$(src) header search path Masahiro Yamada
2019-01-25  6:54 ` [PATCH 2/3] media: remove unneeded header search paths Masahiro Yamada
2019-01-25  6:54   ` Masahiro Yamada
2019-01-25  6:54 ` [PATCH 3/3] media: prefix header search paths with $(srctree)/ Masahiro Yamada
2019-01-25  6:54   ` Masahiro Yamada
2019-04-12  7:06   ` Sakari Ailus
2019-04-12  7:06     ` Sakari Ailus
2019-02-18  4:41 ` [PATCH 0/3] media: clean-up header search paths and add $(srctree)/ prefix Masahiro Yamada
2019-02-18  4:41   ` Masahiro Yamada
2019-03-22  4:02   ` Masahiro Yamada
2019-03-22  4:02     ` Masahiro Yamada
2019-04-12  1:56     ` Masahiro Yamada
2019-04-12  1:56       ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.