mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
[components][drivers]add pic-gic (#8388)
This commit is contained in:
@@ -11,6 +11,9 @@ CPPPATH = [cwd, cwd + '/../include']
|
||||
|
||||
src = Glob('*.c')
|
||||
|
||||
if GetDepend('RT_USING_PIC') == False:
|
||||
SrcRemove(src, ['irq.c'])
|
||||
|
||||
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
for d in list:
|
||||
|
||||
Reference in New Issue
Block a user