拼写错误
drvers->drivers
This commit is contained in:
parent
0ad7359b03
commit
537beefa70
@ -4,7 +4,7 @@ from building import *
|
|||||||
|
|
||||||
cwd = os.path.join(str(Dir('#')), 'drivers')
|
cwd = os.path.join(str(Dir('#')), 'drivers')
|
||||||
|
|
||||||
# add the general drvers.
|
# add the general drivers.
|
||||||
src = Split("""
|
src = Split("""
|
||||||
board.c
|
board.c
|
||||||
stm32f10x_it.c
|
stm32f10x_it.c
|
||||||
@ -12,19 +12,19 @@ led.c
|
|||||||
usart.c
|
usart.c
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# add Ethernet drvers.
|
# add Ethernet drivers.
|
||||||
if GetDepend('RT_USING_LWIP'):
|
if GetDepend('RT_USING_LWIP'):
|
||||||
src += ['dm9000a.c']
|
src += ['dm9000a.c']
|
||||||
|
|
||||||
# add Ethernet drvers.
|
# add Ethernet drivers.
|
||||||
if GetDepend('RT_USING_DFS'):
|
if GetDepend('RT_USING_DFS'):
|
||||||
src += ['sdcard.c']
|
src += ['sdcard.c']
|
||||||
|
|
||||||
# add Ethernet drvers.
|
# add Ethernet drivers.
|
||||||
if GetDepend('RT_USING_RTC'):
|
if GetDepend('RT_USING_RTC'):
|
||||||
src += ['rtc.c']
|
src += ['rtc.c']
|
||||||
|
|
||||||
# add Ethernet drvers.
|
# add Ethernet drivers.
|
||||||
if GetDepend('RT_USING_RTGUI'):
|
if GetDepend('RT_USING_RTGUI'):
|
||||||
src += ['touch.c']
|
src += ['touch.c']
|
||||||
if rtconfig.RT_USING_LCD_TYPE == 'ILI932X':
|
if rtconfig.RT_USING_LCD_TYPE == 'ILI932X':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user