[adm5120] rewrite of memory detection code, should be fix #1909
[openwrt.git] / target / linux / etrax-2.6 / image / Makefile
index b4e5d32..ab15130 100644 (file)
@@ -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
 
This page took 0.02811 seconds and 4 git commands to generate.