diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-16 10:21:13 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-16 10:21:13 +0000 |
commit | feff097f66b5059aba6a7e9b97c485674d983561 (patch) | |
tree | 8e7077d7d982e38a272193117e64d7a0bc656580 /package/wprobe/Makefile | |
parent | 591108bddae9fe9e06c962019848c44d722a3880 (diff) |
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/Makefile')
-rw-r--r-- | package/wprobe/Makefile | 2 |
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) \ |