mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
rptun: fix compile break when disable openamp
Change-Id: Ia7c96d10dc16c69ba973135080c71ab7b5f94395 Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
e47bf55ea1
commit
aba6f93b31
1 changed files with 3 additions and 2 deletions
|
|
@ -26,11 +26,12 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <openamp/open_amp.h>
|
||||
#include <openamp/remoteproc_loader.h>
|
||||
|
||||
#ifdef CONFIG_RPTUN
|
||||
|
||||
#include <openamp/open_amp.h>
|
||||
#include <openamp/remoteproc_loader.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue