avr: removed avr targets from folder avr/

This commit is contained in:
Martin Preuss
2024-09-05 03:27:40 +02:00
parent a23997db39
commit b56947dcba

View File

@@ -2,60 +2,6 @@
<gwbuild>
<!--
<target type="AvrHexFile" name="aqhomeavr" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
-->
<target type="AvrHexFile" name="att84_temp1" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
att84_temp1.asm
</sources>
</target>
<target type="AvrHexFile" name="att84_bootloader" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
att84_bootloader.asm
</sources>
</target>
<subdirs>
common
include