genode-ehmry/repos/libports/lib/mk/liballoc_system-rust.mk
2016-05-23 15:52:38 +02:00

6 lines
152 B
Makefile

LIBS = libcore-rust liblibc-rust
CC_RUSTC_OPT += --allow unused_features
RLIB = liballoc_genode
SRC_RS = lib.rs
vpath % $(REP_DIR)/src/lib/rust/$(RLIB)