build: added more build files for subfolders.

This commit is contained in:
Martin Preuss
2023-04-26 17:55:40 +02:00
parent 992eba86ef
commit 383e3ad93d
14 changed files with 381 additions and 0 deletions

19
avr/modules/0BUILD Normal file
View File

@@ -0,0 +1,19 @@
<?xml?>
<gwbuild>
<subdirs>
bmp280
com2
comproto
flash
lcd
led
si7021
stats
timer
twimaster
</subdirs>
</gwbuild>

11
avr/modules/bmp280/0BUILD Normal file
View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
bmp280.asm
</extradist>
</gwbuild>

16
avr/modules/com2/0BUILD Normal file
View File

@@ -0,0 +1,16 @@
<?xml?>
<gwbuild>
<extradist>
buffer.asm
crc.asm
defs.asm
lowlevel.asm
main.asm
packets.asm
</extradist>
</gwbuild>

View File

@@ -0,0 +1,27 @@
<?xml?>
<gwbuild>
<extradist>
addr.asm
addr1.asm
addr2.asm
defs.asm
main.asm
msg_debug.asm
msg_device.asm
msg_memstats.asm
msg_ping.asm
msg_pong.asm
msg_reboot.asm
msg_recvstats.asm
msg_sendstats.asm
msg_sysstats.asm
msg_twi.asm
msg_value.asm
</extradist>
</gwbuild>

19
avr/modules/flash/0BUILD Normal file
View File

@@ -0,0 +1,19 @@
<?xml?>
<gwbuild>
<extradist>
bootloader.asm
flash.asm
flash_ready.asm
flash_rsp.asm
hdl_flash_data.asm
hdl_flash_end.asm
hdl_flash_start.asm
recv.asm
send.asm
wait.asm
</extradist>
</gwbuild>

11
avr/modules/lcd/0BUILD Normal file
View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>

11
avr/modules/led/0BUILD Normal file
View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>

11
avr/modules/si7021/0BUILD Normal file
View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>

11
avr/modules/stats/0BUILD Normal file
View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>

12
avr/modules/timer/0BUILD Normal file
View File

@@ -0,0 +1,12 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>

View File

@@ -0,0 +1,11 @@
<?xml?>
<gwbuild>
<extradist>
main.asm
</extradist>
</gwbuild>