msm: camera: sync: Fix synx compilation issues
Fix synx compilation dependencies for pineapple. CRs-Fixed: 3343701 Change-Id: Ie7d69b1bd70de4354af12a0cb0a2c44ecaf79135 Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
This commit is contained in:

gecommit door
Camera Software Integration

bovenliggende
6d53b197fb
commit
b997fec06f
@@ -20,11 +20,11 @@
|
||||
#include "cam_sync_api.h"
|
||||
#include "cam_sync_dma_fence.h"
|
||||
|
||||
#if IS_REACHABLE(CONFIG_MSM_GLOBAL_SYNX_V2)
|
||||
#if IS_ENABLED(CONFIG_TARGET_SYNX_ENABLE)
|
||||
#include "cam_sync_synx.h"
|
||||
#endif
|
||||
|
||||
#if IS_REACHABLE(CONFIG_MSM_GLOBAL_SYNX) || IS_REACHABLE(CONFIG_MSM_GLOBAL_SYNX_V2)
|
||||
#if IS_REACHABLE(CONFIG_MSM_GLOBAL_SYNX) || IS_ENABLED(CONFIG_TARGET_SYNX_ENABLE)
|
||||
#include <synx_api.h>
|
||||
#endif
|
||||
|
||||
|
Verwijs in nieuw issue
Block a user