All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org,
	Patrice Chotard <patrice.chotard@st.com>,
	Akihiro Tsukada <tskd08@gmail.com>,
	linux-kernel@vger.kernel.org, Abylay Ospan <aospan@netup.ru>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Sergey Kozlov <serjk@netup.ru>, Mike Isely <isely@pobox.com>,
	Andy Walls <awalls@md.metrocast.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/3] media: prefix header search paths with $(srctree)/
Date: Fri, 12 Apr 2019 10:06:06 +0300	[thread overview]
Message-ID: <20190412070605.kpzsgyopawwj23qc@valkosipuli.retiisi.org.uk> (raw)
In-Reply-To: <1548399259-17750-4-git-send-email-yamada.masahiro@socionext.com>

On Fri, Jan 25, 2019 at 03:54:19PM +0900, Masahiro Yamada wrote:
> 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>

Thanks, Yamada-san!

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus

WARNING: multiple messages have this Message-ID (diff)
From: Sakari Ailus <sakari.ailus@iki.fi>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Abylay Ospan <aospan@netup.ru>,
	Andy Walls <awalls@md.metrocast.net>,
	Sergey Kozlov <serjk@netup.ru>,
	Akihiro Tsukada <tskd08@gmail.com>,
	linux-kernel@vger.kernel.org,
	Patrice Chotard <patrice.chotard@st.com>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Mike Isely <isely@pobox.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: Re: [PATCH 3/3] media: prefix header search paths with $(srctree)/
Date: Fri, 12 Apr 2019 10:06:06 +0300	[thread overview]
Message-ID: <20190412070605.kpzsgyopawwj23qc@valkosipuli.retiisi.org.uk> (raw)
In-Reply-To: <1548399259-17750-4-git-send-email-yamada.masahiro@socionext.com>

On Fri, Jan 25, 2019 at 03:54:19PM +0900, Masahiro Yamada wrote:
> 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>

Thanks, Yamada-san!

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-04-12  7:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190412070605.kpzsgyopawwj23qc@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --cc=aospan@netup.ru \
    --cc=awalls@md.metrocast.net \
    --cc=hans.verkuil@cisco.com \
    --cc=isely@pobox.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=patrice.chotard@st.com \
    --cc=serjk@netup.ru \
    --cc=tskd08@gmail.com \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.