@@ -40,30 +40,13 @@ endif
40
40
# end of packaging specific
41
41
# -----------------------------------------------------------------------------
42
42
43
- .PHONY : all clean cmsis cmsis5 print_info postpackaging
43
+ .PHONY : all clean cmsis5 print_info postpackaging
44
44
45
45
# Arduino module packaging:
46
46
# - exclude version control system files, here git files and folders .git, .gitattributes and .gitignore
47
47
# - exclude 'extras' folder
48
- all : cmsis cmsis5
48
+ all : cmsis5
49
49
50
- cmsis : PACKAGE_VERSION := 4.5.0
51
- cmsis : PACKAGE_FOLDER := CMSIS
52
- cmsis : clean print_info
53
- @echo ----------------------------------------------------------
54
- @echo " Packaging module."
55
- @tar --exclude=./.gitattributes \
56
- --exclude=./.travis.yml \
57
- --exclude=CMSIS/index.html \
58
- --exclude=CMSIS/Documentation \
59
- --exclude=CMSIS/Pack \
60
- --exclude=CMSIS/Utilities \
61
- --exclude=CMSIS/DSP_Lib/Examples \
62
- --exclude=Device/ARM/Documents \
63
- --exclude=.git \
64
- -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
65
- $(MAKE ) PACKAGE_VERSION=$(PACKAGE_VERSION ) --no-builtin-rules postpackaging -C .
66
- @echo ----------------------------------------------------------
67
50
68
51
cmsis5 : PACKAGE_FOLDER := CMSIS_5
69
52
cmsis5 : PACKAGE_VERSION := $(shell git --git-dir=$(PACKAGE_FOLDER ) /.git describe --tags)
0 commit comments