From 976698017418ed4490ba79dd8a40ac229740fec4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 1 Feb 2011 18:58:48 +0000 Subject: linux-atm: fix path to the correct objcopy tool SVN-Revision: 25285 --- package/linux-atm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/linux-atm/Makefile') 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 -- cgit v1.2.3