Skip to content

Commit

Permalink
chore: update Makfefile for 5.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Aug 9, 2023
1 parent 4709668 commit c1bfbe5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,19 @@ cmsis5: clean print_info
--exclude=CMSIS/Documentation \
--exclude=CMSIS/DoxyGen \
--exclude=CMSIS/DAP/Firmware/Examples/ \
--exclude=CMSIS/DSP/DSP_Lib_TestSuite \
--exclude=CMSIS/DSP/cmsisdsp \
--exclude=CMSIS/DSP/Examples \
--exclude=CMSIS/DSP/Lib/ARM \
--exclude=CMSIS/DSP/Lib/ARMCLANG \
--exclude=CMSIS/DSP/Lib/IAR \
--exclude=CMSIS/DSP/Platforms \
--exclude=CMSIS/DSP/Projects \
--exclude=CMSIS/DSP/PythonWrapper \
--exclude=CMSIS/DSP/Scripts \
--exclude=CMSIS/DSP/SDFTools \
--exclude=CMSIS/DSP/Testing \
--exclude=CMSIS/DSP/Toolchain \
--exclude=CMSIS/NN/Examples \
--exclude=CMSIS/NN/NN_Lib_Tests \
--exclude=CMSIS/NN/Scripts \
--exclude=CMSIS/NN/Tests \
--exclude=CMSIS/Pack \
--exclude=CMSIS/RTOS/RTX/Library/ARM \
--exclude=CMSIS/RTOS/RTX/LIB/ARM \
--exclude=CMSIS/RTOS/RTX/Library/IAR \
--exclude=CMSIS/RTOS/RTX/LIB/IAR \
--exclude=CMSIS/RTOS/RTX/LIB \
--exclude=CMSIS/RTOS/RTX/SRC/ARM \
--exclude=CMSIS/RTOS/RTX/SRC/IAR \
--exclude=CMSIS/RTOS2/RTX/Examples* \
Expand All @@ -96,11 +89,13 @@ cmsis5: clean print_info
--exclude=Device/ARM/*/Source/ARM \
--exclude=Device/ARM/*/Source/IAR \
--exclude=Device/Utilities \
--exclude=docker \
--exclude=*.cmake \
--exclude=CMakeLists.txt \
--exclude=.git \
--exclude=.gitignore \
--exclude=.gitattributes \
--exclude=.github \
--exclude=manifest \
--exclude=*.pdf \
--exclude=*.py \
Expand Down

0 comments on commit c1bfbe5

Please sign in to comment.