firmware: fix compilation warning without moninj/analyzer

This commit is contained in:
Sebastien Bourdeauducq 2017-01-04 21:04:08 +01:00
parent 86f6b391b7
commit 3dd9d54b22
1 changed files with 2 additions and 0 deletions

View File

@ -70,7 +70,9 @@ mod cache;
mod proto;
mod kernel_proto;
mod session_proto;
#[cfg(has_rtio_moninj)]
mod moninj_proto;
#[cfg(has_rtio_analyzer)]
mod analyzer_proto;
mod rpc_proto;