Browse Source

Minor changes in makefiles.

pull/1/head
gkostka 11 years ago
parent
commit
b6857dd18b
  1. 5
      Makefile
  2. 4
      fs_test.mk

5
Makefile

@ -37,6 +37,11 @@ clean:
rm -R -f build_cortex-m3
rm -R -f build_cortex-m4
rm -R -f build_generic
rm -R -f ext_images
unpack_images:
rm -R -f ext_images
7z x ext_images.7z
include fs_test.mk

4
fs_test.mk

@ -422,10 +422,6 @@ t20:
$(LWEXT4_CLIENT) -c "umount /"
unpack_images:
rm -R -f ext_images
7za x ext_images.7z
server_ext2:
$(LWEXT4_SERVER) -i ext_images/ext2

Loading…
Cancel
Save