Files
aqhomecontrol/avr/0BUILD
Martin Preuss 0c87d3fc4d build: Reorganized code.
Most MCU-dependent variable definitions ist now put into node-specific files.
Makes it easier to maintain code for different node types.
2023-02-02 00:44:50 +01:00

43 lines
526 B
Plaintext

<?xml?>
<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>
</gwbuild>