[drivers] Specifies the name of the drivers driver file

https://github.com/RT-Thread/rt-thread/pull/9420
This commit is contained in:
CXSforHPU
2024-09-13 17:40:40 -04:00
committed by GitHub
parent 57d002b25e
commit bb91502465
219 changed files with 400 additions and 398 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
from building import *
cwd = GetCurrentDir()
src = ['touch.c']
src = ['dev_touch.c']
CPPPATH = [cwd, cwd + '/../include']
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_TOUCH', 'RT_USING_DEVICE'], CPPPATH = CPPPATH)