mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
fixes minor bug when compiling etrax target without V=99
SVN-Revision: 7515
This commit is contained in:
parent
949306f87e
commit
ade1318a9a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user