blob: df028e2b0d643f59d833d0b0a7dd175e8897b78a (
plain)
1
2
3
4
5
6
7
|
# 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
|