ext4: @replace in ext4_setxattr() is deprecated
[lwext4.git] / Makefile
index 1a5ae08b7b79249660ce1cd3a4e7d96958c02b0a..255aba4a1aeee2adef4def22bf47ed816d28b274 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,7 @@ 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"            \
-       $(COMMON_DEFINITIONS)                                 \
-       -DCMAKE_TOOLCHAIN_FILE=../toolchain/bf518.cmake ..
+
 
 avrxmega7:
        rm -R -f build_avrxmega7