1project( 2 'rkwifibt', 3 'c', 4 version : '1.0.0', 5 meson_version : '>=0.45.0', 6) 7 8executable( 9 'brcm_patchram_plus1', 10 [ 'tools/brcm_tools/brcm_patchram_plus1.c' ], 11 install : true, 12) 13 14executable( 15 'dhd_priv', 16 [ 'tools/brcm_tools/dhd_priv.c' ], 17 install : true, 18) 19 20executable( 21 'rk_wifibt_init', 22 [ 'src/rk_wifibt_init.c' ], 23 install : true, 24) 25 26executable( 27 'rtk_hciattach', 28 [ 'tools/rtk_hciattach/hciattach_rtk.c', 'tools/rtk_hciattach/hciattach.c', 'tools/rtk_hciattach/hciattach_h4.c', 'tools/rtk_hciattach/rtb_fwc.c'], 29 install : true, 30) 31