bl808_coprocessor/components/CMakeLists.txt
Justin Hammond 27de351177 IPC rpmsg/virtio working betwen cores.
* Refactor the BL IPC code to wait for the other core to clear IPC interupts
* disable cache (for now)
* sending/recieving and nameservice announcements work. Now to write some actual drivers.
2023-01-11 09:14:37 +08:00

2 lines
No EOL
94 B
CMake

sdk_add_subdirectory_ifdef(CONFIG_IPC ipc)
sdk_add_subdirectory_ifdef(CONFIG_RPMSG rpmsg-lite)