aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/sound
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-31 13:08:33 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-04 12:30:27 +0100
commit2fa495892bc9c7ad7c492e64c25bbf458619271b (patch)
treeec24eecb0db9423fa64d681bd7115e58667f667c /drivers/staging/most/sound
parentstaging: comedi: comedi_fops.c: Remove redundant blank line (diff)
downloadlinux-dev-2fa495892bc9c7ad7c492e64c25bbf458619271b.tar.xz
linux-dev-2fa495892bc9c7ad7c492e64c25bbf458619271b.zip
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 48f6e3cf5bc6 ("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>
Diffstat (limited to 'drivers/staging/most/sound')
-rw-r--r--drivers/staging/most/sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/sound/Makefile b/drivers/staging/most/sound/Makefile
index eee8774e38cb..5bb55bb108fb 100644
--- a/drivers/staging/most/sound/Makefile
+++ b/drivers/staging/most/sound/Makefile
@@ -1,4 +1,4 @@
obj-$(CONFIG_MOST_SOUND) += most_sound.o
most_sound-objs := sound.o
-ccflags-y += -Idrivers/staging/
+ccflags-y += -I $(srctree)/drivers/staging/