Files
aqhomecontrol/avr/devices/n22/boot/0BUILD
Martin Preuss 688f02df47 re-add n22.
2025-05-04 03:36:56 +02:00

33 lines
356 B
Plaintext

<?xml?>
<gwbuild>
<target type="AvrHexFile" name="n22_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>