adapted n16 to latest changes.

This commit is contained in:
Martin Preuss
2025-05-10 15:17:35 +02:00
parent 4baa949a77
commit 9a993445c4
9 changed files with 297 additions and 516 deletions

View File

@@ -0,0 +1,32 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="n16_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>