mirror of
https://github.com/drasko/codezero.git
synced 2026-02-21 14:23:21 +01:00
Change the name of the IRQ symbol in the CML2 configuration so that the DRIVER_... symbol name structure matches the name structure of the kernel source hierarchy.
This commit is contained in:
@@ -110,7 +110,7 @@ else :
|
||||
subarch = items[2].lower()
|
||||
if items[0] == 'DRIVER':
|
||||
# Add data to the environment about which driver paths to include in the build.
|
||||
configuration.env.Append(driverList = [('irq' if items[1] == 'IRQCTRL' else items[1].lower()) + '/' + items[2].lower()])
|
||||
configuration.env.Append(driverList = [items[1].lower() + '/' + items[2].lower()])
|
||||
configuration.Define('__ARCH__', arch)
|
||||
configuration.Define('__PLATFORM__', platform)
|
||||
configuration.Define('__SUBARCH__', subarch)
|
||||
|
||||
Reference in New Issue
Block a user