am263x : build : fix product.json issue for AM263x MCSDK
Fix product.json issue for AM263x MCSDK Fixes: PINDSW-6929 Signed-off-by: Naresh A <nareshk@ti.com>
This commit is contained in:
parent
fb9a60770c
commit
6337509ba7
@ -12,11 +12,9 @@
|
||||
"/kernel/dpl",
|
||||
"/drivers/drivers",
|
||||
"/board/board",
|
||||
"/fs/fs",
|
||||
"/networking/networking",
|
||||
"/security/security",
|
||||
"/usb/usb",
|
||||
"/pru_io/pru_io",
|
||||
"/xbar/xbar",
|
||||
],
|
||||
"devices": [
|
||||
"AM64x",
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"../mcu_plus_sdk/source",
|
||||
],
|
||||
"components": [
|
||||
% if((args.device == "am64x") || (args.device == "am243x") || (args.device == "am263x")) {
|
||||
% if((args.device == "am64x") || (args.device == "am243x")) {
|
||||
"/motor_control",
|
||||
"/kernel/dpl",
|
||||
"/drivers/drivers",
|
||||
@ -30,6 +30,15 @@
|
||||
"/security/security",
|
||||
"/usb/usb",
|
||||
"/pru_io/pru_io",
|
||||
% }
|
||||
% if(args.device == "am263x") {
|
||||
"/motor_control",
|
||||
"/kernel/dpl",
|
||||
"/drivers/drivers",
|
||||
"/board/board",
|
||||
"/networking/networking",
|
||||
"/security/security",
|
||||
"/xbar/xbar",
|
||||
% }
|
||||
],
|
||||
"devices": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user