aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-06-28 11:27:18 +0100
committerKoen Kooi <koen@openembedded.org>2010-06-29 09:21:39 +0200
commitb335d08f61e766526d3a1df27defd6cfbf0c77fe (patch)
tree36831e6b4b5041f29b2f18ac65e3a775f09091ea /recipes/ti
parent4f6f63b15ddf91881e3395906d8c98463b6b0d36 (diff)
downloadopenembedded-b335d08f61e766526d3a1df27defd6cfbf0c77fe.tar.gz
ti-codec-engine: Force makefile regeneration for complete 'clean'
* To completely 'clean' the prebuilt examples, we should first regenerate the makefiles using a and XDC '.make' step. * Updated Examples build to include this. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-codec-engine.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc
index 57802961f1..1b89ea71b2 100644
--- a/recipes/ti/ti-codec-engine.inc
+++ b/recipes/ti/ti-codec-engine.inc
@@ -85,7 +85,7 @@ do_prepsources() {
CGTOOLS_V5T="${TOOLCHAIN_PATH}" \
CGTOOLS_C64P="${CODEGEN_INSTALL_DIR}" \
CGTOOLS_C674="${CODEGEN_INSTALL_DIR}" \
- clean
+ .make clean
done
}