usr/include: replace extra-y with always-y
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 27 Feb 2022 09:03:35 +0000 (18:03 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 31 Mar 2022 03:03:46 +0000 (12:03 +0900)
commitc1ea04d82778ed04ed0943eb85c55c221d9d3a5b
tree3530dfaa39c25f85fd87ef77449438b914275df4
parentf44b645fe0070c0f1ac34a358252a7123c56e709
usr/include: replace extra-y with always-y

extra-y is not run for 'make modules'. The header compile test should
be executed irrespective of the build target. always-y is a better fit.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/include/Makefile