summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorJason Liu <jason.hui.liu@nxp.com>2020-10-09 11:15:34 +0800
committerJason Liu <jason.hui.liu@nxp.com>2020-11-17 15:09:21 +0800
commit5bb09de3044acf91e6f8c712c026d5a4bc53b563 (patch)
tree6900e0e4756db39559254cc9415b4f7704b8093e /usr
parent04b2fa2cd5d3365fe469ac2adcdabd783ee2bd2d (diff)
MLK-24874-1: include: uapi: fmd: fix the UAPI_HEADER_TEST/install failure
Enable CONFIG_UAPI_HEADER_TEST or make headers_install result in build issues: include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h: leak CONFIG_COMPAT to user-space include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h: leak CONFIG_COMPAT to user-space include/uapi/linux/fmd/Peripherals/fm_ioctls.h: leak CONFIG_COMPAT to user-space The comments from DN fix of the fmd related failure is to add to the skip-list due to the historial reasons from DN(Layerscape) drivers - to avoid break the legacy users Signed-off-by: Jason Liu <jason.hui.liu@nxp.com> (cherry picked from commit 569d6d3cc2a664de66ee980bd611687f4d785b4e)
Diffstat (limited to 'usr')
-rw-r--r--usr/include/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile
index e2840579156a..c56cf2a0cade 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -31,6 +31,9 @@ header-test-$(CONFIG_CPU_LITTLE_ENDIAN) += linux/byteorder/little_endian.h
header-test- += linux/coda.h
header-test- += linux/elfcore.h
header-test- += linux/errqueue.h
+header-test- += linux/fmd/%
+header-test- += linux/fmd/integrations/%
+header-test- += linux/fmd/Peripherals/%
header-test- += linux/fsmap.h
header-test- += linux/hdlc/ioctl.h
header-test- += linux/ivtv.h