From: Peng Fan <peng....@nxp.com>

Opensuse python headers are under:
=>ls /usr/include/python
python@      python2.7/   python3.6m/  python3.8/   python3.9/

So add '-I/usr/include/python' to fix build on Opensuse Host.
It should not hurt with other Host

Signed-off-by: Peng Fan <peng....@nxp.com>
---
 scripts/dtc/pylibfdt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile
index 493995e303..698790a1a0 100644
--- a/scripts/dtc/pylibfdt/Makefile
+++ b/scripts/dtc/pylibfdt/Makefile
@@ -18,7 +18,7 @@ quiet_cmd_pymod = PYMOD   $@
                CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
                LDFLAGS="$(HOSTLDFLAGS)" \
                VERSION="u-boot-$(UBOOTVERSION)" \
-               CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \
+               CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir) 
-I/usr/include/python" OBJDIR=$(obj) \
                SOURCES="$(PYLIBFDT_srcs)" \
                SWIG_OPTS="-I$(LIBFDT_srcdir) -I$(LIBFDT_srcdir)/.." \
                $(PYTHON3) $< --quiet build_ext --inplace
-- 
2.30.0

Reply via email to