mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 01:24:47 +07:00
ae0f8f0f9a
Update the generated files to make the headers self-contained, switch to the kernel preferred SPDX comment format, and update the copyright year. Also add the Makefile stanza to run header tests on the files. Other changes produced by gputop i915-perf-kernelgen.py were manually stripped out, and left to the folks who actually know something about the OA stuff. Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190730113432.22146-3-jani.nikula@intel.com
8 lines
209 B
Makefile
8 lines
209 B
Makefile
# SPDX-License-Identifier: MIT
|
|
|
|
# For building individual subdir files on the command line
|
|
subdir-ccflags-y += -I$(srctree)/$(src)/..
|
|
|
|
# Extra header tests
|
|
header-test-pattern-$(CONFIG_DRM_I915_WERROR) := *.h
|