mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
269 B
Makefile
9 lines
269 B
Makefile
|
# Add deprecated modules here
|
||
|
# Keep this list ALPHABETICALLY SORTED!!!!
|
||
|
ifeq ($(MAKELEVEL),0)
|
||
|
ifneq (,$(filter $(DEPRECATED_CPUS),$(CPU)))
|
||
|
$(shell $(COLOR_ECHO) "$(COLOR_RED)Deprecated cpu: $(COLOR_RESET)"\
|
||
|
"$(CPU)" 1>&2)
|
||
|
endif
|
||
|
endif
|