make build BOARD=k210 sucessfully
This commit is contained in:
parent
8e6f364ecc
commit
e7d6406f45
8 changed files with 96 additions and 9 deletions
|
@ -1,9 +1,14 @@
|
|||
pub mod block;
|
||||
pub mod chardev;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub mod gpu;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub mod input;
|
||||
pub mod plic;
|
||||
pub use block::BLOCK_DEVICE;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub use chardev::UART;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub use gpu::*;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub use input::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue