aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dsplink/ti-codec-engine_2.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dsplink/ti-codec-engine_2.23.bb')
-rw-r--r--recipes/dsplink/ti-codec-engine_2.23.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/dsplink/ti-codec-engine_2.23.bb b/recipes/dsplink/ti-codec-engine_2.23.bb
index 78684f463e..a42c33bcdd 100644
--- a/recipes/dsplink/ti-codec-engine_2.23.bb
+++ b/recipes/dsplink/ti-codec-engine_2.23.bb
@@ -125,7 +125,7 @@ do_compile () {
COMPILER="${KERNEL_CC}" \
ARCHIVER="${KERNEL_AR}" \
KERNEL_DIR="${STAGING_KERNEL_DIR}" \
- clean default
+ clean all
# Build the gpp samples
cd ${DSPLINK}/gpp/src/samples
@@ -230,7 +230,8 @@ do_compile () {
CGTOOLS_V5T="${CROSS_DIR}" \
CGTOOLS_C64P="${TICGTOOLSDIR}" \
-C ${S}/examples/ti/sdo/ce/examples/$i \
- clean all
+ clean
+#all
done
}