mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
Add NuMaker-HMI-MA35D1 and RTP porting.
This commit is contained in:
13
bsp/nuvoton/libraries/ma35/StdDriver/SConscript
Normal file
13
bsp/nuvoton/libraries/ma35/StdDriver/SConscript
Normal file
@@ -0,0 +1,13 @@
|
||||
# RT-Thread building script for component
|
||||
Import('rtconfig')
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
libs = []
|
||||
src = Glob('*src/*.c') + Glob('src/*.cpp')
|
||||
cpppath = [cwd + '/inc']
|
||||
libpath = [cwd + '/lib']
|
||||
|
||||
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = cpppath)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user