diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-10 12:44:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:08 +0200 |
commit | 562e92def50523d552665a824b20f1efd96b3108 (patch) | |
tree | 2b4b0f6f18109d208d629cf1583fc4b130d5883d /recipes-ti/linuxutils/ti-linuxutils.inc | |
parent | 18698b86c76b2adafc2ef7061b331e3423dcbe6c (diff) | |
download | meta-ti-562e92def50523d552665a824b20f1efd96b3108.tar.gz |
ti-linux-utils: ensure fixdep exists before trying to build modules
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/linuxutils/ti-linuxutils.inc')
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc index 2492b5c6..9d1c6ae8 100644 --- a/recipes-ti/linuxutils/ti-linuxutils.inc +++ b/recipes-ti/linuxutils/ti-linuxutils.inc | |||
@@ -18,6 +18,7 @@ MACHINE_KERNEL_PR_append = "d" | |||
18 | inherit module | 18 | inherit module |
19 | 19 | ||
20 | do_compile() { | 20 | do_compile() { |
21 | do_make_scripts | ||
21 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | 22 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS |
22 | 23 | ||
23 | case ${SOC_FAMILY} in | 24 | case ${SOC_FAMILY} in |