The .i extension allows Python distutils to automatically handle the swig file. Rename it. Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx> Suggested-by: Mike Frysinger <vapier@xxxxxxxxxx> --- Changes in v3: None Changes in v2: - Add new patch to rename libfdt.swig to libfdt.i pylibfdt/Makefile.pylibfdt | 2 +- pylibfdt/{libfdt.swig => libfdt.i} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pylibfdt/{libfdt.swig => libfdt.i} (100%) diff --git a/pylibfdt/Makefile.pylibfdt b/pylibfdt/Makefile.pylibfdt index 0d95c11..06f9296 100644 --- a/pylibfdt/Makefile.pylibfdt +++ b/pylibfdt/Makefile.pylibfdt @@ -13,7 +13,7 @@ $(PYMODULE): $(PYLIBFDT_srcs) $(WRAP) @$(VECHO) PYMOD $@ $(call run_setup, $^, build_ext --inplace) -$(WRAP): $(PYLIBFDT_srcdir)/libfdt.swig +$(WRAP): $(PYLIBFDT_srcdir)/libfdt.i @$(VECHO) SWIG $@ $(SWIG) -python -o $@ $< diff --git a/pylibfdt/libfdt.swig b/pylibfdt/libfdt.i similarity index 100% rename from pylibfdt/libfdt.swig rename to pylibfdt/libfdt.i -- 2.12.2.715.g7642488e1d-goog -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html