linux/drivers/staging/most
Masahiro Yamada 2fa495892b staging: prefix header search paths with $(srctree)/
Currently, the Kbuild core manipulates header search paths in a crazy
way [1].

To fix this mess, I want all Makefiles to add explicit $(srctree)/ to
the search paths in the srctree. Some Makefiles are already written in
that way, but not all. The goal of this work is to make the notation
consistent, and finally get rid of the gross hacks.

Having whitespaces after -I does not matter since commit 48f6e3cf5b
("kbuild: do not drop -I without parameter").

[1]: https://patchwork.kernel.org/patch/9632347/

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-04 12:30:27 +01:00
..
cdev staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
dim2 staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
Documentation staging: most: Documentation: add information to driver_usage file 2018-12-17 16:10:20 +01:00
i2c staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
net staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
sound staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
usb staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
video staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
core.c staging: most: use format specifier "%s" in snprintf 2018-11-09 04:34:12 -08:00
core.h staging: most: sound: call snd_card_new with struct device 2018-05-08 13:41:50 +02:00
Kconfig staging: most: video: rename module 2017-11-27 09:20:34 +01:00
Makefile staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
TODO