mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 21:43:51 +01:00
Merge #19244
19244: Make: Add generate-Makefile.ci r=maribu a=bergzand ### Contribution description 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 ### Testing procedure The target should now match the documentation in the doxygen. ### Issues/PRs references follow-up to #19239 Co-authored-by: Koen Zandberg <koen@bergzand.net>
This commit is contained in:
commit
c3796d3bc6
@ -235,7 +235,7 @@ GLOBAL_GOALS += buildtest \
|
||||
info-boards-features-missing \
|
||||
info-boards-supported \
|
||||
info-buildsizes info-buildsizes-diff \
|
||||
create-Makefile.ci \
|
||||
generate-Makefile.ci \
|
||||
#
|
||||
|
||||
ifneq (, $(filter $(GLOBAL_GOALS), $(MAKECMDGOALS)))
|
||||
|
||||
@ -149,8 +149,9 @@ info-boards-features-blacklisted:
|
||||
info-boards-features-conflicting:
|
||||
@for f in $(BOARDS_FEATURES_CONFLICTING); do echo $${f}; done | column -t
|
||||
|
||||
create-Makefile.ci:
|
||||
@$(RIOTTOOLS)/insufficient_memory/create_makefile.ci.sh --no-docker
|
||||
generate-Makefile.ci:
|
||||
@$(RIOTTOOLS)/insufficient_memory/create_makefile.ci.sh
|
||||
|
||||
|
||||
# Reset BOARDSDIR so unchanged for makefiles included after, for now only
|
||||
# needed for buildtests.inc.mk
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
check-toolchain-supported \
|
||||
info-programmers-supported \
|
||||
info-rust \
|
||||
create-Makefile.ci \
|
||||
generate-Makefile.ci \
|
||||
#
|
||||
|
||||
info-objsize:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user