mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
dac4d460b4
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
10 lines
472 B
Makefile
10 lines
472 B
Makefile
# Add deprecated modules here
|
|
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
|
DEPRECATED_MODULES += nice # use shell_cmd_nice instead
|
|
DEPRECATED_MODULES += random_cmd # use shell_cmd_random instead
|
|
DEPRECATED_MODULES += sema_deprecated
|
|
DEPRECATED_MODULES += sha1sum # use shell_cmd_sha1sum instead
|
|
DEPRECATED_MODULES += sha256sum # use shell_cmd_sha256sum instead
|
|
DEPRECATED_MODULES += shell_commands # use shell_cmds_default instead
|
|
DEPRECATED_MODULES += ztimer_now64
|