mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
fixes minor bug when compiling etrax target without V=99
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c3badf54d
commit
9bf524cfa3
@ -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