]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/i915/oa: add content to Makefile
authorJani Nikula <jani.nikula@intel.com>
Tue, 30 Jul 2019 11:34:30 +0000 (14:34 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 1 Aug 2019 12:20:43 +0000 (15:20 +0300)
Apparently the empty Makefile has caused some confusion. Add the
subdir-cc-flags-y as in 7fcc7ca549d4 ("drm/i915: add header search path
to subdir Makefiles") which should be useful.

The generated headers still aren't self-contained, so can't add that.

References: http://marc.info/?i=80bf2204-558a-6d3f-c493-bf17b891fc8a@infradead.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190730113432.22146-1-jani.nikula@intel.com
drivers/gpu/drm/i915/oa/Makefile

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..256bfde4a28776e0d8e96691fb51ff12e703821f 100644 (file)
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: MIT
+
+# For building individual subdir files on the command line
+subdir-ccflags-y += -I$(srctree)/$(src)/..