mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.include: append the values to GLOBAL_GOALS
This allows setting other GLOBAL_GOALS by setting it before. This could be the case for the application `Makefile` or files parsed from `RIOT_MAKEFILES_GLOBAL_PRE`.
This commit is contained in:
parent
4c4087cef2
commit
434328debf
@ -97,7 +97,7 @@ include $(RIOTMAKE)/color.inc.mk
|
||||
# include concurrency helpers
|
||||
include $(RIOTMAKE)/info-nproc.inc.mk
|
||||
|
||||
GLOBAL_GOALS := buildtest info-boards-supported info-boards-features-missing info-buildsizes info-buildsizes-diff
|
||||
GLOBAL_GOALS += buildtest info-boards-supported info-boards-features-missing info-buildsizes info-buildsizes-diff
|
||||
ifneq (, $(filter $(GLOBAL_GOALS), $(MAKECMDGOALS)))
|
||||
BOARD=none
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user