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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=848c10403d50e2139e50b61e8438762b5d2c7b6b 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