Files
aqhomecontrol/avr/devices/n14/0BUILD
2024-09-22 21:21:46 +02:00

53 lines
646 B
Plaintext

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