All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 2/2] drm/i915: add SPDX headers to subdir Makefiles
Date: Tue, 30 Jul 2019 13:28:24 +0300	[thread overview]
Message-ID: <20190730102824.9434-2-jani.nikula@intel.com> (raw)
In-Reply-To: <20190730102824.9434-1-jani.nikula@intel.com>

Add the SPDX headers.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/display/Makefile | 2 ++
 drivers/gpu/drm/i915/gem/Makefile     | 2 ++
 drivers/gpu/drm/i915/gt/Makefile      | 2 ++
 drivers/gpu/drm/i915/gt/uc/Makefile   | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/Makefile b/drivers/gpu/drm/i915/display/Makefile
index 173c305d7866..624b6fba1b9c 100644
--- a/drivers/gpu/drm/i915/display/Makefile
+++ b/drivers/gpu/drm/i915/display/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gem/Makefile b/drivers/gpu/drm/i915/gem/Makefile
index 7e73aa587967..df028e2b0d64 100644
--- a/drivers/gpu/drm/i915/gem/Makefile
+++ b/drivers/gpu/drm/i915/gem/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gt/Makefile b/drivers/gpu/drm/i915/gt/Makefile
index 7e73aa587967..df028e2b0d64 100644
--- a/drivers/gpu/drm/i915/gt/Makefile
+++ b/drivers/gpu/drm/i915/gt/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gt/uc/Makefile b/drivers/gpu/drm/i915/gt/uc/Makefile
index bec94d434cb6..6bbdb73ad8fb 100644
--- a/drivers/gpu/drm/i915/gt/uc/Makefile
+++ b/drivers/gpu/drm/i915/gt/uc/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/../..
 
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2019-07-30 10:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-30 10:28 [PATCH 1/2] drm/i915/oa: add content to Makefile Jani Nikula
2019-07-30 10:28 ` Jani Nikula [this message]
2019-07-30 11:36 ` Jani Nikula
2019-07-30 12:16 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] " Patchwork
2019-07-30 12:36 ` ✓ Fi.CI.BAT: success " Patchwork
2019-07-30 21:54 ` ✓ Fi.CI.IGT: " Patchwork

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=20190730102824.9434-2-jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.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 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.