mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 03:14:42 +07:00
1032a2af93
Throw out our local hacks of header tests now that the more generic kbuild versions are upstream. At least for now, continue to keep the header tests behind CONFIG_DRM_I915_WERROR=y knob. Cc: Chris Wilson <chris@chris-wilson.co.uk> 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/20190729140847.18557-1-jani.nikula@intel.com
7 lines
210 B
Makefile
7 lines
210 B
Makefile
# 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
|
|
header-test- := intel_vbt_defs.h
|