summaryrefslogtreecommitdiffstats
path: root/rules/python-routing.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-04 22:06:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-09 11:20:37 +0200
commitc19307dd72be65068a61a4b58ffb179b5452921f (patch)
tree4682b4965b25c3d9d3aea6177f7ffe9ad3d3ffff /rules/python-routing.make
parent4f7fffeafd670be93b4fa97205e9a9579a84ce03 (diff)
downloadptxdist-c19307dd72be65068a61a4b58ffb179b5452921f.tar.gz
ptxdist-c19307dd72be65068a61a4b58ffb179b5452921f.tar.xz
python-routing: build with new python helper
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python-routing.make')
-rw-r--r--rules/python-routing.make24
1 files changed, 1 insertions, 23 deletions
diff --git a/rules/python-routing.make b/rules/python-routing.make
index ccb4eff0a..15333ed40 100644
--- a/rules/python-routing.make
+++ b/rules/python-routing.make
@@ -28,29 +28,7 @@ PYTHON_ROUTING_DIR := $(BUILDDIR)/$(PYTHON_ROUTING)
# Prepare
# ----------------------------------------------------------------------------
-PYTHON_ROUTING_CONF_TOOL := NO
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-routing.compile:
- @$(call targetinfo)
- @cd $(PYTHON_ROUTING_DIR) && \
- $(CROSS_ENV) $(CROSS_PYTHON) \
- setup.py build_ext
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-routing.install:
- @$(call targetinfo)
- @cd $(PYTHON_ROUTING_DIR) && \
- $(CROSS_ENV) $(CROSS_PYTHON) \
- setup.py install --root=$(PYTHON_ROUTING_PKGDIR) --prefix="/usr"
- @$(call touch)
+PYTHON_ROUTING_CONF_TOOL := python
# ----------------------------------------------------------------------------
# Target-Install