mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
format Kconfig and sconscript
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
f4b285dc9c
commit
9bc68d26a4
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user