avr: started creating subdirs for every node.

This commit is contained in:
Martin Preuss
2024-09-04 23:17:46 +02:00
parent c2a6d33ff2
commit c02f371350
7 changed files with 722 additions and 0 deletions

52
avr/devices/n12/0BUILD Normal file
View File

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