import cbaos v0.1
[cbaos.git] / drivers / 1w / SConscript
bloba9939d9d441e2028f908cafcebe7d57e1ff648ab
1 Import('config')
3 SRCS = ['1w.c']
5 # masters
6 SRCS += ['ds2482_1w.c', 'bitbang_1w.c']
8 # device drivers
11 obj = [ Object(i)  for i in SRCS ]
13 Return('obj')