Files
aqhomecontrol/avr/devices/n00/0BUILD
2024-09-11 01:33:36 +02:00

53 lines
646 B
Plaintext

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