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>
This commit is contained in:
Alexandru Ardelean 2017-01-06 16:46:39 +02:00
parent 1c12cb686f
commit ed5cd3e2ce

View file

@ -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