From: Jani Nikula Date: Tue, 30 Jul 2019 11:34:30 +0000 (+0300) Subject: drm/i915/oa: add content to Makefile X-Git-Tag: v5.4-rc1~106^2~11^2~226 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8ad4ca6e9a8166495b5ba843375f199c7f0c218e;p=linux.git drm/i915/oa: add content to Makefile 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 Cc: Lionel Landwerlin Cc: Michal Wajdeczko Reviewed-by: Michal Wajdeczko Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20190730113432.22146-1-jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/oa/Makefile b/drivers/gpu/drm/i915/oa/Makefile index e69de29bb2d1..256bfde4a287 100644 --- a/drivers/gpu/drm/i915/oa/Makefile +++ b/drivers/gpu/drm/i915/oa/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT + +# For building individual subdir files on the command line +subdir-ccflags-y += -I$(srctree)/$(src)/..