summaryrefslogtreecommitdiffstats
path: root/rules/bridge-utils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-01 12:37:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-01 12:47:28 +0100
commitc4ffb7a8bccfaf566d0eb38cc494097dc2591c81 (patch)
tree9a92da002fde3c2e77c7e8a7c76d16059bee3494 /rules/bridge-utils.make
parentf0e708d5b431db1a1f359a94797f247b09968f29 (diff)
downloadptxdist-c4ffb7a8bccfaf566d0eb38cc494097dc2591c81.tar.gz
ptxdist-c4ffb7a8bccfaf566d0eb38cc494097dc2591c81.tar.xz
bridge-utils: remove all references to the kernel-header package
The added include path was wrong, KERNEL_HEADERS_DIR instead of KERNEL_HEADERS_INCLUDE_DIR so it didn't use the extra kernel headers. It didn't fail, so just remove the useless option and dependency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bridge-utils.make')
-rw-r--r--rules/bridge-utils.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/bridge-utils.make b/rules/bridge-utils.make
index ceb178de8..39db4871e 100644
--- a/rules/bridge-utils.make
+++ b/rules/bridge-utils.make
@@ -31,15 +31,10 @@ BRIDGE_UTILS_LICENSE := GPL-2.0+
# Prepare
# ----------------------------------------------------------------------------
-BRIDGE_UTILS_PATH := PATH=$(CROSS_PATH)
-BRIDGE_UTILS_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-BRIDGE_UTILS_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --with-linux-headers=$(KERNEL_HEADERS_DIR)
+BRIDGE_UTILS_CONF_TOOL := autoconf
# ----------------------------------------------------------------------------
# Target-Install