aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-30 11:25:23 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-30 11:25:23 +0200
commit2f796be145af7a1712e3c9cc72e2332f9f71a5f4 (patch)
tree7f979a838ffac1397506ba959ceba491108938d1
parent57a3e8a940a4a628ddf0456d055bb7f0b4782292 (diff)
downloadopenembedded-core-contrib-2f796be145af7a1712e3c9cc72e2332f9f71a5f4.tar.gz
ti-dsplink: use new module infrastructure
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-ti/dsplink/ti-dsplink.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc
index 396b35610a..428a86fdfd 100644
--- a/recipes-ti/dsplink/ti-dsplink.inc
+++ b/recipes-ti/dsplink/ti-dsplink.inc
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://dsplink/doc/gpl_2.0.pdf;md5=70996be607b61df78ce46093f
# TODO :: Unset required since LDFLAGS gets picked up and used incorrectly - investigate
# TODO :: Do we need to pass so many variables to each make step?
+inherit module
+
require ../includes/ti-paths.inc
require ../includes/ti-staging.inc
@@ -106,6 +108,7 @@ do_compile() {
all
# Build the gpp kernel space (debug and release)
+ do_make_scripts
cd ${DSPLINK}/gpp/src && make \
OBJDUMP="${TARGET_PREFIX}objdump" \
CROSS_COMPILE="${TARGET_PREFIX}" \