Files
rt-thread/bsp/rockchip/dm/hwspinlock/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
321 B
Python
Executable File

from building import *
cwd = GetCurrentDir()
src = []
CPPPATH = [cwd + '/../include', cwd + '/../../../../components/drivers/hwspinlock']
if GetDepend(['RT_HWSPINLOCK_ROCKCHIP']):
src += ['hwspinlock-rockchip.c']
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')