avr: added t04.

This commit is contained in:
Martin Preuss
2025-09-06 00:40:09 +02:00
parent 0989543b1b
commit 80ca6e0ac5
9 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="t04_boot" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
boot.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
</extradist>
</gwbuild>