1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/rust_riotmodules_standalone/Makefile
2022-07-09 21:15:29 +02:00

13 lines
416 B
Makefile

include $(RIOTBASE)/Makefile.base
include $(RIOTMAKE)/cargo-settings.inc.mk
APPLICATION_RUST_MODULE = rust_riotmodules_standalone
# No need to set the Cargo features enabled through the general pseudomodules:
# They're added to the crate in cargo-targets.inc.mk no matter whether it's
# building the rust_riotmodules_standalone top level crate or an application
# crate.
include $(RIOTMAKE)/cargo-targets.inc.mk