c28x scons

This commit is contained in:
Yunjie Gu
2022-11-11 21:59:49 +00:00
committed by Man, Jianting (Meco)
parent b64f21e628
commit 9e152c117e
23 changed files with 1481 additions and 1214 deletions

View File

@@ -21,7 +21,7 @@ from utils import xml_indent
MODULE_VER_NUM = 6
source_pattern = ['*.c', '*.cpp', '*.cxx', '*.s', '*.S', '*.asm']
source_pattern = ['*.c', '*.cpp', '*.cxx', '*.s', '*.S', '*.asm','*.cmd']
def OSPath(path):