From: John Crispin Date: Thu, 7 Jun 2007 06:35:42 +0000 (+0000) Subject: fixes minor bug when compiling etrax target without V=99 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ade1318a9a83216be840cb679f7177ef1157a108;p=openwrt%2Fstaging%2Fneocturne.git fixes minor bug when compiling etrax target without V=99 SVN-Revision: 7515 --- diff --git a/target/linux/etrax-2.6/image/Makefile b/target/linux/etrax-2.6/image/Makefile index b4e5d32616..ab1513086a 100644 --- a/target/linux/etrax-2.6/image/Makefile +++ b/target/linux/etrax-2.6/image/Makefile @@ -22,8 +22,8 @@ define Image/Prepare for f in $(FOXBOARD); do \ cp $(LINUX_DIR)/arch/cris/boot/zImage_$$$$f $(KDIR)/vmlinuz_$$$$f; \ done - $(MAKE) -C ./e100boot/ - $(MAKE) -C ./mkfimage/ + $(MAKE) -C e100boot compile + $(MAKE) -C mkfimage compile $(INSTALL_BIN) ./boot_linux $(BIN_DIR) endef