dsplink: activate module build
authorKoen Kooi <koen@openembedded.org>
Thu, 15 May 2008 13:10:27 +0000 (13:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 May 2008 13:10:27 +0000 (13:10 +0000)
packages/dsplink/dsplink_1.50.bb

index 6e97d2a..a822cf1 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "DSP Link for TI ARM/DSP processors"
 
-DEPENDS - "virtual/kernel"
+DEPENDS = "virtual/kernel"
 
 PR = "r0"
 
@@ -19,6 +19,7 @@ do_configure () {
 }
 
 do_compile () {
+sh ${S}/etc/host/scripts/Linux/buildmodule.sh
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"