summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}" \