Files
aqhomecontrol/avr/devices/s03/boot/0BUILD
Martin Preuss 6bf8f03fbb added node S03.
2025-08-18 18:07:34 +02:00

33 lines
356 B
Plaintext

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