Files
rt-thread/bsp/rockchip/dm/hwtimer/SConscript
GuEe-GUI 45fe9ee96b [bsp][rockchip] Port to DM
RK3588/RK3576/RK356x/RK3308

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2026-01-08 21:33:25 +08:00

13 lines
269 B
Python
Executable File

from building import *
cwd = GetCurrentDir()
src = []
CPPPATH = [cwd + '/../include']
if GetDepend(['RT_HWTIMER_ROCKCHIP']):
src += ['hwtimer-rockchip_timer.c']
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')