Files
aqhomecontrol/avr/devices/e04/main/0BUILD
2026-04-27 00:40:00 +02:00

35 lines
376 B
Plaintext

<?xml?>
<gwbuild>
<target type="AvrHexFile" name="e04_firmware" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
screen.asm
</extradist>
</gwbuild>