Files
aqhomecontrol/avr/devices/n15/0BUILD
2024-10-25 00:15:45 +02:00

53 lines
646 B
Plaintext

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