Skip to content

Commit 7388d51

Browse files
committed
chore: clean up new DSP version
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1f14773 commit 7388d51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ cmsis_dsp: clean print_info
8383
--exclude=PythonWrapper \
8484
--exclude=Scripts \
8585
--exclude=Testing \
86+
--exclude=tools \
87+
--exclude=zephyr \
8688
--exclude=.git \
8789
--exclude=.gitignore \
8890
--exclude=CMakeLists.txt \
@@ -92,6 +94,9 @@ cmsis_dsp: clean print_info
9294
--exclude=PythonWrapper_README.md \
9395
--exclude=setup.py \
9496
--exclude=vcpkg-configuration.json \
97+
--exclude=vcpkg-neon-configuration.json \
98+
--exclude=compile_commands.json \
99+
--exclude=AGENTS.md \
95100
--transform "s|CMSIS-DSP|CMSIS_DSP|" \
96101
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
97102
$(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) CMSIS_VERSION=$(CMSIS_VERSION) --no-builtin-rules postpackaging -C .

0 commit comments

Comments
 (0)