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

@@ -2,51 +2,16 @@
<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>
boot
main
</subdirs>
<extradist>
n16_defs.asm
defs.asm
README
</extradist>
</gwbuild>