Skip to content

Commit

Permalink
fix(makefile): exclude .git from stm32_svd package
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Nov 13, 2024
1 parent ef3ab01 commit 615c1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STM32/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ stm32_svd: clean print_info
@echo ----------------------------------------------------------
@echo "Packaging module."
@tar --mtime='$(PACKAGE_DATE)' \
--exclude=.git \
--absolute-names \
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
$(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) --no-builtin-rules postpackaging_svd -C .
Expand Down

0 comments on commit 615c1e7

Please sign in to comment.