فهرست منبع

[BSP][RT1050] fix ATK shareboard board xip issue. | 修复正点原子、shareboard板子xip编译错误问题.

guozhanxin 7 سال پیش
والد
کامیت
12f7f448c0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bsp/imxrt1052-evk/xip/SConscript

+ 1 - 1
bsp/imxrt1052-evk/xip/SConscript

@@ -18,6 +18,6 @@ if GetDepend('BOARD_RT1050_EVK') or GetDepend('BOARD_RT1050_SeeedStudio'):
     group = DefineGroup('xip', src, depend = [''], CPPPATH = CPPPATH, LINKFLAGS = LINKFLAGS) 
     Return('group') 
 
-if GetDepend('BOARD_RT1050_FIRE'): 
+if GetDepend('BOARD_RT1050_FIRE') or GetDepend('BOARD_RT1050_ATK') or GetDepend('RT1050_ShareBoard'): 
     group = []
     Return('group')