Files
rt-thread/components/drivers/pmdomain/SConscript
GuEe-GUI af0e513bef [dm][pmdomain] make DM Kconfig import
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-12-13 16:30:04 +08:00

16 lines
250 B
Python

from building import *
group = []
if not GetDepend(['RT_USING_DM']):
Return('group')
cwd = GetCurrentDir()
CPPPATH = [cwd + '/../include']
src = []
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')