mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 11:53:15 +01:00
Added newer platform files.
The build can now be done with fine-grain conditions on how to determine drivers, platforms, arch, subarch etc.
This commit is contained in:
@@ -11,6 +11,8 @@ for name, val in symbols:
|
||||
src_local.append(glob.glob("timer/sp804/*.c"))
|
||||
if "CONFIG_DRIVER_IRQ_PL190" == name:
|
||||
src_local.append(glob.glob("irq/pl190/*.c"))
|
||||
if "CONFIG_DRIVER_IRQ_GIC" == name:
|
||||
src_local.append(glob.glob("irq/gic/*.c"))
|
||||
|
||||
obj = env.Object(src_local)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user