diff options
| author | 2022-01-23 06:32:29 +0200 | |
|---|---|---|
| committer | 2022-01-23 06:32:29 +0200 | |
| commit | 473aec0e1f84be97c7ea52c4266b7ef13ce36af3 (patch) | |
| tree | d2e6e2afdc0f50f4d0a2f5ffe8f028ea8be3b155 /usr/include | |
| parent | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux (diff) | |
| parent | certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty (diff) | |
Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada:
- Bring include/uapi/linux/nfc.h into the UAPI compile-test coverage
- Revert the workaround of CONFIG_CC_IMPLICIT_FALLTHROUGH
- Fix build errors in certs/Makefile
* tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Diffstat (limited to 'usr/include')
| -rw-r--r-- | usr/include/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile index 94403806ea56..7be7468c177b 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -34,7 +34,6 @@ no-header-test += linux/hdlc/ioctl.h no-header-test += linux/ivtv.h no-header-test += linux/kexec.h no-header-test += linux/matroxfb.h -no-header-test += linux/nfc.h no-header-test += linux/omap3isp.h no-header-test += linux/omapfb.h no-header-test += linux/patchkey.h |
