diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 18:58:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 18:58:48 +0000 |
commit | 09604cf8557a037186b543c417ad844458ea786b (patch) | |
tree | 8f81995ade8d4d7ef5a6823798b1185f4e72f65a /package/linux-atm/Makefile | |
parent | 2c9c08b8250fa6281da3c2f6593d02c19faf6c68 (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/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 |