mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-20 21:33:07 +08:00
Merge pull request #1436 from Guozhanxin/imx1052
fix ATK shareboard board xip issue.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user