diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-14 15:50:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-14 15:50:12 +0100 |
commit | 7d2a50aadd5cb0babc3f221901d901cda21abc27 (patch) | |
tree | 3e4c515ead3a06fef37dc4074cc7e50615666d9d /packages/dsplink | |
parent | 6606788d13bf856884b3d66ca3be969aba55893d (diff) |
dmai 1.20: pass in staging incdir
Diffstat (limited to 'packages/dsplink')
-rw-r--r-- | packages/dsplink/dmai_1.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb index 71e1d0192f..52f27ead48 100644 --- a/packages/dsplink/dmai_1.20.bb +++ b/packages/dsplink/dmai_1.20.bb @@ -27,7 +27,7 @@ TARGET_beagleboard = " o3530_al" do_compile() { cd packages/ti/sdo/dmai oe_runmake clean - oe_runmake ${TARGET} + oe_runmake ${TARGET} C_FLAGS="-O2 -I${STAGING_INCDIR}" cd apps oe_runmake clean oe_runmake ${TARGET} |