LuK1337 | e48f96d | 2020-09-16 00:24:54 +0200 | [diff] [blame] | 1 | ##################################### |
2 | # hal_attribute_omni(hal_name) | ||||
3 | define(`hal_attribute_omni', ` | ||||
4 | attribute hal_$1; | ||||
5 | expandattribute hal_$1 true; | ||||
6 | attribute hal_$1_client; | ||||
7 | expandattribute hal_$1_client true; | ||||
8 | attribute hal_$1_server; | ||||
9 | expandattribute hal_$1_server false; | ||||
10 | ') |