diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-03-16 11:16:15 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:25 +0200 |
commit | f53b03f2171f016c56b7395e43278f014d2a7804 (patch) | |
tree | 7276a16770695e9b35571135bd582eb802bbf201 /recipes | |
parent | 2985737f273cd811892f978928cea426f66f3eb6 (diff) |
ti-linuxutils.inc: build irq module on dm365 platform
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/ti-linuxutils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ti/ti-linuxutils.inc b/recipes/ti/ti-linuxutils.inc index 64f5f55847..4ab6cfe4dd 100644 --- a/recipes/ti/ti-linuxutils.inc +++ b/recipes/ti/ti-linuxutils.inc @@ -11,7 +11,7 @@ require ti-multimedia-common.inc require ti-staging.inc #This is a kernel module, don't set PR directly -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "c" inherit module @@ -20,7 +20,7 @@ do_compile() { case ${SOC_FAMILY} in dm365) - modules="cmem edma";; + modules="cmem edma irq";; omap3) modules="cmem sdma";; *) |