blob: 13e25d7d69a8d7af5c93b06784a90dc4cfd15197 [file] [log] [blame]
# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json --features .
# Do not modify this file as changes will be overridden on upgrade.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_CRATE_NAME := serde
MODULE_SRCS := \
$(LOCAL_DIR)/src/lib.rs \
MODULE_RUST_EDITION := 2015
MODULE_RUSTFLAGS += \
--cfg 'feature="alloc"' \
--cfg 'feature="default"' \
--cfg 'feature="derive"' \
--cfg 'feature="serde_derive"' \
ifeq ($(call TOBOOL,$(TRUSTY_USERSPACE)),true)
MODULE_RUSTFLAGS += \
--cfg 'feature="std"' \
endif
MODULE_LIBRARY_DEPS := \
trusty/user/base/lib/liballoc-rust \
external/rust/crates/serde_derive \
include make/library.mk