mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
Re-normalizing the repo
This commit is contained in:
+13
-13
@@ -1,13 +1,13 @@
|
||||
Import('RTT_ROOT')
|
||||
from building import *
|
||||
|
||||
src_bsp = ['application.c', 'startup.c', 'board.c']
|
||||
if GetDepend('RT_USING_NEWLIB'):
|
||||
src_bsp = src_bsp + ['newlib_stub.c']
|
||||
|
||||
src_drv = ['uart.c', 'lnn800x480.c']
|
||||
src = File(src_bsp + src_drv)
|
||||
CPPPATH = [GetCurrentDir()]
|
||||
group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Import('RTT_ROOT')
|
||||
from building import *
|
||||
|
||||
src_bsp = ['application.c', 'startup.c', 'board.c']
|
||||
if GetDepend('RT_USING_NEWLIB'):
|
||||
src_bsp = src_bsp + ['newlib_stub.c']
|
||||
|
||||
src_drv = ['uart.c', 'lnn800x480.c']
|
||||
src = File(src_bsp + src_drv)
|
||||
CPPPATH = [GetCurrentDir()]
|
||||
group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user