Files
aqhomecontrol/avr/devices/c03/main/0BUILD
Martin Preuss 102f4e65e3 added c03.
2025-11-17 23:02:19 +01:00

35 lines
374 B
Plaintext

<?xml?>
<gwbuild>
<target type="AvrHexFile" name="c03_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>
data.asm
</extradist>
</gwbuild>