summaryrefslogtreecommitdiff
path: root/openwrt/package/madwifi/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 06:23:47 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 06:23:47 +0000
commitad24256f8fd117695b1cb69f8afab9118157d5d0 (patch)
tree6da1ae744d03fa401f838035b9611a7a32927105 /openwrt/package/madwifi/Makefile
parent6c81c75f030fc43a28977211533b2416ebfaecc6 (diff)
downloadmtk-20170518-ad24256f8fd117695b1cb69f8afab9118157d5d0.zip
mtk-20170518-ad24256f8fd117695b1cb69f8afab9118157d5d0.tar.gz
mtk-20170518-ad24256f8fd117695b1cb69f8afab9118157d5d0.tar.bz2
yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)
SVN-Revision: 4433
Diffstat (limited to 'openwrt/package/madwifi/Makefile')
-rw-r--r--openwrt/package/madwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/madwifi/Makefile b/openwrt/package/madwifi/Makefile
index 07e2c45..96ca1ba 100644
--- a/openwrt/package/madwifi/Makefile
+++ b/openwrt/package/madwifi/Makefile
@@ -53,6 +53,7 @@ MADWIFI_MAKEOPTS= -C $(PKG_BUILD_DIR) \
PATH="$(TARGET_PATH)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
+ CC="$(TARGET_CC)" \
TARGET="$(HAL_TARGET)" \
TOOLPREFIX="$(KERNEL_CROSS)" \
TOOLPATH="$(KERNEL_CROSS)" \