summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplink
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 /recipes-ti/dsplink
parent57a3e8a940a4a628ddf0456d055bb7f0b4782292 (diff)
downloadmeta-ti-2f796be145af7a1712e3c9cc72e2332f9f71a5f4.tar.gz
ti-dsplink: use new module infrastructure
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/dsplink')
-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 396b3561..428a86fd 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
11# TODO :: Unset required since LDFLAGS gets picked up and used incorrectly - investigate 11# TODO :: Unset required since LDFLAGS gets picked up and used incorrectly - investigate
12# TODO :: Do we need to pass so many variables to each make step? 12# TODO :: Do we need to pass so many variables to each make step?
13 13
14inherit module
15
14require ../includes/ti-paths.inc 16require ../includes/ti-paths.inc
15require ../includes/ti-staging.inc 17require ../includes/ti-staging.inc
16 18
@@ -106,6 +108,7 @@ do_compile() {
106 all 108 all
107 109
108 # Build the gpp kernel space (debug and release) 110 # Build the gpp kernel space (debug and release)
111 do_make_scripts
109 cd ${DSPLINK}/gpp/src && make \ 112 cd ${DSPLINK}/gpp/src && make \
110 OBJDUMP="${TARGET_PREFIX}objdump" \ 113 OBJDUMP="${TARGET_PREFIX}objdump" \
111 CROSS_COMPILE="${TARGET_PREFIX}" \ 114 CROSS_COMPILE="${TARGET_PREFIX}" \