We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f14773 commit 7388d51Copy full SHA for 7388d51
1 file changed
Makefile
@@ -83,6 +83,8 @@ cmsis_dsp: clean print_info
83
--exclude=PythonWrapper \
84
--exclude=Scripts \
85
--exclude=Testing \
86
+ --exclude=tools \
87
+ --exclude=zephyr \
88
--exclude=.git \
89
--exclude=.gitignore \
90
--exclude=CMakeLists.txt \
@@ -92,6 +94,9 @@ cmsis_dsp: clean print_info
92
94
--exclude=PythonWrapper_README.md \
93
95
--exclude=setup.py \
96
--exclude=vcpkg-configuration.json \
97
+ --exclude=vcpkg-neon-configuration.json \
98
+ --exclude=compile_commands.json \
99
+ --exclude=AGENTS.md \
100
--transform "s|CMSIS-DSP|CMSIS_DSP|" \
101
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
102
$(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) CMSIS_VERSION=$(CMSIS_VERSION) --no-builtin-rules postpackaging -C .
0 commit comments