summaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 18:58:48 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 18:58:48 +0000
commit09604cf8557a037186b543c417ad844458ea786b (patch)
tree8f81995ade8d4d7ef5a6823798b1185f4e72f65a /package/linux-atm/Makefile
parent2c9c08b8250fa6281da3c2f6593d02c19faf6c68 (diff)
linux-atm: fix path to the correct objcopy tool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25285 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8a759df56..b88928df8 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