diff options
Diffstat (limited to 'python-intelhex')
-rw-r--r-- | python-intelhex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python-intelhex/Makefile b/python-intelhex/Makefile index bb4ed33..f418da4 100644 --- a/python-intelhex/Makefile +++ b/python-intelhex/Makefile @@ -33,6 +33,8 @@ define Package/python3-intelhex/description scratch and manipulate data from Intel HEX file format. endef +PYTHON3_PKG_SETUP_ARGS:= + $(eval $(call Py3Package,python3-intelhex)) $(eval $(call BuildPackage,python3-intelhex)) $(eval $(call BuildPackage,python3-intelhex-src)) |