Files
aqhomecontrol/avr/devices/n16/0BUILD
2024-12-15 18:20:54 +01:00

53 lines
646 B
Plaintext

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