aboutsummaryrefslogtreecommitdiff
path: root/utils/i2c-tools/Makefile
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2018-01-10 09:56:52 +0200
committerAlexandru Ardelean <ardeleanalex@gmail.com>2018-01-10 23:06:23 +0200
commit1476739d5f85be70b5db63b439dfe812065b52c7 (patch)
treed00ddfff7f361465166de183947791293432da66 /utils/i2c-tools/Makefile
parentf4c098cc85417fdfc39476d0b8fda6981ac3c265 (diff)
treewide: use local python-package.mk & python3-package.mk files
This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'utils/i2c-tools/Makefile')
-rw-r--r--utils/i2c-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile
index c98ab8bbe..88dd6b3f6 100644
--- a/utils/i2c-tools/Makefile
+++ b/utils/i2c-tools/Makefile
@@ -25,8 +25,8 @@ PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python-package.mk)
-$(call include_mk, python3-package.mk)
+include ../../lang/python/python-package.mk
+include ../../lang/python/python3-package.mk
define Package/i2c/Default
URL:=http://lm-sensors.org/wiki/I2CTools