1# This file is generated by cargo2rulesmk.py --run. 2# Do not modify this file as changes will be overridden on upgrade. 3 4LOCAL_DIR := $(GET_LOCAL_DIR) 5MODULE := $(LOCAL_DIR) 6MODULE_CRATE_NAME := acpi 7MODULE_SRCS := \ 8 $(LOCAL_DIR)/src/lib.rs \ 9 10MODULE_RUST_EDITION := 2021 11MODULE_RUSTFLAGS += \ 12 --cfg 'feature="alloc"' \ 13 --cfg 'feature="allocator_api"' \ 14 --cfg 'feature="default"' \ 15 16MODULE_LIBRARY_DEPS := \ 17 external/rust/crates/bit_field \ 18 external/rust/crates/log \ 19 trusty/user/base/lib/liballoc-rust \ 20 21include make/library.mk 22