diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-08-20 20:30:38 +0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-09-03 14:34:33 +0100 |
commit | ad0f0df909b55fc228f12004e70bdb143f487ab0 (patch) | |
tree | 0983949d07be5248217daf7e772a68d06e7b91fb /Makefile | |
parent | f922a3e00e0145be9c158de60bef255fe2cb65a1 (diff) | |
download | upstream-ad0f0df909b55fc228f12004e70bdb143f487ab0.tar.gz upstream-ad0f0df909b55fc228f12004e70bdb143f487ab0.tar.bz2 upstream-ad0f0df909b55fc228f12004e70bdb143f487ab0.zip |
layerscape: fix linux headers install issue
The linux upstream commit had treated config leak as error.
5967577 scripts: headers_install: Exit with error on config leak
It is causing below build issue. Provide a kernel patch to fix
it by replacing CONFIG_COMPAT kernel option with FM_COMPAT instead.
HDRINST usr/include/linux/fmd/integrations/integration_ioctls.h
HDRINST usr/include/linux/fmd/Peripherals/fm_port_ioctls.h
error: include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h: leak
CONFIG_COMPAT to user-space
scripts/Makefile.headersinst:63: recipe for target
'usr/include/linux/fmd/Peripherals/fm_port_ioctls.h' failed
make[5]: *** [usr/include/linux/fmd/Peripherals/fm_port_ioctls.h] Error 1
Makefile:1198: recipe for target 'headers' failed
make[4]: *** [headers] Error 2
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions