4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 09:53:31 +08:00

13 lines
246 B
Python
Raw Normal View History

Import('RTT_ROOT')
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = Split("""
sensor_nct7717u.c
""")
group = DefineGroup('nu_pkgs_nct7717u', src, depend = ['NU_PKG_USING_NCT7717U'], CPPPATH = CPPPATH)
Return('group')