format Kconfig and sconscript

This commit is contained in:
Meco Man
2023-01-08 22:52:13 -05:00
committed by Man, Jianting (Meco)
parent f4b285dc9c
commit 9bc68d26a4
885 changed files with 3941 additions and 3919 deletions
+5 -5
View File
@@ -12,19 +12,19 @@ davinci_serial.c
""")
if GetDepend('RT_USING_GPIO_DEVICE'):
src += ['gpio.c']
src += ['gpio.c']
if GetDepend('RT_USING_I2C_CONTROL'):
src += ['i2c-davinci.c']
src += ['i2c-davinci.c']
if GetDepend('RT_USING_SDIO_CONTROL'):
src += ['mmcsd.c']
src += ['mmcsd.c']
if GetDepend('RT_USING_SPI_CONTROL'):
src += ['spi-davinci.c']
src += ['spi-davinci.c']
if GetDepend('RT_USING_EMAC'):
src += ['davinci_emac.c']
src += ['davinci_emac.c']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path)