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
|