mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 11:58:54 +00:00
V1.0.5
This commit is contained in:
@@ -2,7 +2,7 @@ Import('AIC_ROOT')
|
||||
Import('PRJ_KERNEL')
|
||||
from building import *
|
||||
|
||||
src = Glob('*.c')
|
||||
src = Glob('*.c') + Glob("*.S")
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
CPPPATH = [cwd + '/../include/', ]
|
||||
|
||||
Reference in New Issue
Block a user