summaryrefslogtreecommitdiff
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-01 18:58:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-01 18:58:48 +0000
commit976698017418ed4490ba79dd8a40ac229740fec4 (patch)
treef61f8261d4c1f1febdbd706d0d0e4017afd3ecd1 /package/linux-atm/Makefile
parente36a6abcd31d1096053f0e7f6ddc9cd113440565 (diff)
downloadmtk-20170518-976698017418ed4490ba79dd8a40ac229740fec4.zip
mtk-20170518-976698017418ed4490ba79dd8a40ac229740fec4.tar.gz
mtk-20170518-976698017418ed4490ba79dd8a40ac229740fec4.tar.bz2
linux-atm: fix path to the correct objcopy tool
SVN-Revision: 25285
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r--package/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 8a759df..b88928d 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -68,7 +68,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/src/qgen \
LDFLAGS="" \
all
- $(MAKE) -C $(PKG_BUILD_DIR) all
+ $(MAKE) -C $(PKG_BUILD_DIR) OBJCOPY=$(TARGET_CROSS)objcopy all
endef
define Build/InstallDev