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

11 lines
435 B
Makefile
Raw Normal View History

2021-04-03 17:33:14 +02:00
# 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