am243x : icsdk : Fix build issue for examples of ICSDK
Fix build issue for examples of ICSDK inside MCSDK Fixes: PINDSW-6977 Signed-off-by: Naresh A <nareshk@ti.com>
This commit is contained in:
parent
e1fa5e540a
commit
93e444d69e
@ -6,6 +6,7 @@
|
|||||||
"includePaths": [
|
"includePaths": [
|
||||||
"../source",
|
"../source",
|
||||||
"../mcu_plus_sdk/source",
|
"../mcu_plus_sdk/source",
|
||||||
|
"../ind_comms_sdk/source",
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
"/motor_control",
|
"/motor_control",
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
"includePaths": [
|
"includePaths": [
|
||||||
"../source",
|
"../source",
|
||||||
"../mcu_plus_sdk/source",
|
"../mcu_plus_sdk/source",
|
||||||
|
"../ind_comms_sdk/source",
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
% if((args.device == "am64x") || (args.device == "am243x")) {
|
% if((args.device == "am64x") || (args.device == "am243x")) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user