Files
aqhomecontrol/avr/devices/n06/0BUILD
Martin Preuss ad34bc8ec3 avr: add olde device n06.
This one featured a cny70 sensor to be used to detect open windows.
2024-09-11 01:33:14 +02:00

53 lines
646 B
Plaintext

<?xml?>
<gwbuild>
<target type="AvrHexFile" name="n06_main" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n06_main.asm
</sources>
</target>
<target type="AvrHexFile" name="n06_boot" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n06_boot.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
n06_defs.asm
</extradist>
</gwbuild>