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

11 lines
435 B
Makefile

# No check for the presence of any of any dependencies (were there none, this
# wouldn't have been pulled in), but only pull in building this in if the
# application does not already provide a crate -- in which case the
# CARGO_OPTIONS added depending on the pseudomodules are enabled in the regular
# cargo-targets.
ifeq (,${APPLICATION_RUST_MODULE})
USEMODULE += rust_riotmodules_standalone
endif
FEATURES_REQUIRED += rust_target