diff options
author | Roger Monk <r-monk@ti.com> | 2010-06-28 11:27:18 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-29 09:21:39 +0200 |
commit | b335d08f61e766526d3a1df27defd6cfbf0c77fe (patch) | |
tree | 36831e6b4b5041f29b2f18ac65e3a775f09091ea /recipes/ti | |
parent | 4f6f63b15ddf91881e3395906d8c98463b6b0d36 (diff) |
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.inc | 2 |
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 } |