From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: shmobile: Add temporary include workaround
Date: Tue, 25 Feb 2014 07:44:46 +0900 [thread overview]
Message-ID: <20140224224446.14786.79602.sendpatchset@w520> (raw)
From: Magnus Damm <damm@opensource.se>
Add temporary include path in the mach-shmobile Makefile to
aid coversion from using <mach/something.h> to "something.h"
in the source files.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Changes since V1:
- Use += instead of := to avoid breaking MULTIPLATFORM
arch/arm/mach-shmobile/Makefile | 2 ++
1 file changed, 2 insertions(+)
--- 0001/arch/arm/mach-shmobile/Makefile
+++ work/arch/arm/mach-shmobile/Makefile 2014-02-25 07:41:56.000000000 +0900
@@ -4,6 +4,8 @@
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/mach-shmobile/include
+ccflags-y += -I$(srctree)/arch/arm/mach-shmobile/include/mach
+
# Common objects
obj-y := timer.o console.o
next reply other threads:[~2014-02-24 22:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-24 22:44 Magnus Damm [this message]
2014-03-09 5:35 ` [PATCH v2] ARM: shmobile: Add temporary include workaround Olof Johansson
2014-03-10 1:56 ` Magnus Damm
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=20140224224446.14786.79602.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).