diff --git a/src/libboard_artiq/src/lib.rs b/src/libboard_artiq/src/lib.rs index 3868efd..972f255 100644 --- a/src/libboard_artiq/src/lib.rs +++ b/src/libboard_artiq/src/lib.rs @@ -25,7 +25,7 @@ pub mod fiq; #[cfg(feature = "target_kasli_soc")] pub mod io_expander; pub mod logger; -#[cfg(has_drtio)] +#[cfg(any(has_drtio, has_cxp_phys))] #[rustfmt::skip] #[path = "../../../build/mem.rs"] pub mod mem;