aboutsummaryrefslogtreecommitdiffstats
path: root/package/wprobe
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-08-16 10:21:13 +0000
committerNicolas Thill <nico@openwrt.org>2009-08-16 10:21:13 +0000
commitd291cb7d858a05d9204b8011f8919045828bf960 (patch)
tree8e7077d7d982e38a272193117e64d7a0bc656580 /package/wprobe
parentf891ad8357367c670197b8f688916fb7f6b5414b (diff)
downloadupstream-d291cb7d858a05d9204b8011f8919045828bf960.tar.gz
upstream-d291cb7d858a05d9204b8011f8919045828bf960.tar.bz2
upstream-d291cb7d858a05d9204b8011f8919045828bf960.zip
use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe')
-rw-r--r--package/wprobe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile
index 379aa37c2a..02e9919aa2 100644
--- a/package/wprobe/Makefile
+++ b/package/wprobe/Makefile
@@ -67,7 +67,7 @@ TARGET_CPPFLAGS := \
ifdef CONFIG_PACKAGE_kmod-wprobe
define Build/Compile/kmod
$(MAKE) -C $(LINUX_DIR) \
- CROSS_COMPILE="$(TARGET_CROSS)" \
+ CROSS_COMPILE="$(KERNEL_CROSS)" \
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/kernel" \
KERNELDIR=$(LINUX_DIR) \