diff options
author | John Crispin <john@openwrt.org> | 2007-06-07 06:35:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-06-07 06:35:42 +0000 |
commit | ade1318a9a83216be840cb679f7177ef1157a108 (patch) | |
tree | 1d8c6b3f9ee7bfbc3ab89808f52545d6877dcff8 /target/linux/etrax-2.6 | |
parent | 949306f87eab520605b997b589257ae5396e42fa (diff) | |
download | upstream-ade1318a9a83216be840cb679f7177ef1157a108.tar.gz upstream-ade1318a9a83216be840cb679f7177ef1157a108.tar.bz2 upstream-ade1318a9a83216be840cb679f7177ef1157a108.zip |
fixes minor bug when compiling etrax target without V=99
SVN-Revision: 7515
Diffstat (limited to 'target/linux/etrax-2.6')
-rw-r--r-- | target/linux/etrax-2.6/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |