diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:58:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:58:48 +0000 |
commit | 976698017418ed4490ba79dd8a40ac229740fec4 (patch) | |
tree | f61f8261d4c1f1febdbd706d0d0e4017afd3ecd1 /package/linux-atm/Makefile | |
parent | e36a6abcd31d1096053f0e7f6ddc9cd113440565 (diff) | |
download | upstream-976698017418ed4490ba79dd8a40ac229740fec4.tar.gz upstream-976698017418ed4490ba79dd8a40ac229740fec4.tar.bz2 upstream-976698017418ed4490ba79dd8a40ac229740fec4.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 8a759df566..b88928df87 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 |