Skip to content

Commit

Permalink
Make: Add generate-Makefile.ci
Browse files Browse the repository at this point in the history
This is the same as the create-Makefile.ci. The alias is added to stay
in line with other generate-* Make targets. Now the documentation should
also be valid again
  • Loading branch information
bergzand committed Feb 4, 2023
1 parent 9027179 commit eb59f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ GLOBAL_GOALS += buildtest \
info-boards-supported \
info-buildsizes info-buildsizes-diff \
create-Makefile.ci \
generate-Makefile.ci \
#

ifneq (, $(filter $(GLOBAL_GOALS), $(MAKECMDGOALS)))
Expand Down
2 changes: 2 additions & 0 deletions makefiles/info-global.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ info-boards-features-conflicting:
create-Makefile.ci:
@$(RIOTTOOLS)/insufficient_memory/create_makefile.ci.sh --no-docker

generate-Makefile.ci: create-Makefile.ci

# Reset BOARDSDIR so unchanged for makefiles included after, for now only
# needed for buildtests.inc.mk
BOARDDIR := $(BOARDDIR_GLOBAL)
1 change: 1 addition & 0 deletions makefiles/info.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
info-programmers-supported \
info-rust \
create-Makefile.ci \
generate-Makefile.ci \
#

info-objsize:
Expand Down

0 comments on commit eb59f4d

Please # to comment.