ext4: add ext4_cache_flush for explicit cache flush
[lwext4.git] / Makefile
index 1a5ae08b7b79249660ce1cd3a4e7d96958c02b0a..c69247d02548a3b7882700224cb5d96287891ba8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ ifneq ($(shell test -d .git), 0)
 GIT_SHORT_HASH:= $(shell git rev-parse --short HEAD)
 endif
 
-VERSION_MAJOR = 0
-VERSION_MINOR = 8
+VERSION_MAJOR = 1
+VERSION_MINOR = 0
 VERSION_PATCH = 0
 
 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)-$(GIT_SHORT_HASH)
@@ -27,13 +27,14 @@ generic:
        cd build_generic && cmake -G"Unix Makefiles"          \
        $(COMMON_DEFINITIONS)                                 \
        -DCMAKE_TOOLCHAIN_FILE=../toolchain/generic.cmake ..
-       
-bf518:
-       rm -R -f build_bf518
-       mkdir build_bf518
-       cd build_bf518 && cmake -G"Unix Makefiles"            \
+
+mingw:
+       rm -R -f build_mingw
+       mkdir build_mingw
+       cd build_mingw && cmake -G"Unix Makefiles"          \
        $(COMMON_DEFINITIONS)                                 \
-       -DCMAKE_TOOLCHAIN_FILE=../toolchain/bf518.cmake ..
+       -DWIN32=1 \
+       -DCMAKE_TOOLCHAIN_FILE=../toolchain/mingw.cmake ..
 
 avrxmega7:
        rm -R -f build_avrxmega7