mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
for i in config eventflags fixedblock interrupt mailbox memorypool msgbuffer network rendezvous task tasksync time
|
|
do
|
|
sh ./gen_section $i | tr -d "\r" >${i}.t
|
|
done
|