mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
tooL/clean_tree: fix path to hxcmod-plyer/mods
This commit is contained in:
parent
1136e58116
commit
f672d87d9e
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
DIR=`dirname $0`
|
||||
BTSTACK_ROOT=$DIR/../
|
||||
SRC_FOLDERS="src src/classic src/ble src/ble/gatt-service 3rd-party/bluedroid/encoder/srce 3rd-party/bluedroid/decoder/srce 3rd-party/hxcmod-player 3rd-party/hxcmod-player/mod"
|
||||
SRC_FOLDERS="src src/classic src/ble src/ble/gatt-service 3rd-party/bluedroid/encoder/srce 3rd-party/bluedroid/decoder/srce 3rd-party/hxcmod-player 3rd-party/hxcmod-player/mods"
|
||||
for folder in $SRC_FOLDERS
|
||||
do
|
||||
rm -f $BTSTACK_ROOT/$folder/*.o
|
||||
|
Loading…
Reference in New Issue
Block a user