1
0
Fork 0

lib: compile mem with cxp

This commit is contained in:
morgan 2024-09-30 16:15:48 +08:00
parent b0b0a00bc9
commit b8a39e7904
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pub mod fiq;
#[cfg(feature = "target_kasli_soc")] #[cfg(feature = "target_kasli_soc")]
pub mod io_expander; pub mod io_expander;
pub mod logger; pub mod logger;
#[cfg(has_drtio)] #[cfg(any(has_drtio, has_cxp_phys))]
#[rustfmt::skip] #[rustfmt::skip]
#[path = "../../../build/mem.rs"] #[path = "../../../build/mem.rs"]
pub mod mem; pub mod mem;