aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-01-06 16:46:39 +0200
committerAlexandru Ardelean <ardeleanalex@gmail.com>2017-01-11 11:02:24 +0200
commited5cd3e2ced80cbdde5c18b74a0aceec1f38867c (patch)
tree9f59c5d55941293399967dc034304e022785aa30
parent1c12cb686f03c27327c8f7cfd194424fec192faf (diff)
python: remove Host/Install rule default add
I just found out that, that the BUILD_VARIANT var is not set for the host build, so technically this code would never get used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r--lang/python/files/python-host.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk
index 7833a0c73..945a2ef65 100644
--- a/lang/python/files/python-host.mk
+++ b/lang/python/files/python-host.mk
@@ -84,13 +84,4 @@ define HostPy/Compile/Default
)
endef
-ifeq ($(BUILD_VARIANT),python)
-define Host/Compile
- $(call HostPy/Compile/Default)
-endef
-
-define Host/Install
-endef
-endif # python
-
endif # __python_host_mk_inc