diff options
author | Philip Balister <philip@balister.org> | 2008-05-25 18:48:41 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-05-25 18:48:41 +0000 |
commit | a1eabaf641eeb64d25468b2782d202ea67c68214 (patch) | |
tree | c045003fdc21555a8f2d5352d3485c77de170694 /packages/dsplink/dsplink_1.50.bb | |
parent | b7918ae00ce761a1d1d94da0f18e9af274a48b37 (diff) |
dsplink : Build sample programs.
Diffstat (limited to 'packages/dsplink/dsplink_1.50.bb')
-rw-r--r-- | packages/dsplink/dsplink_1.50.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index 4e4cc4c29a..bd9c2eaa62 100644 --- a/packages/dsplink/dsplink_1.50.bb +++ b/packages/dsplink/dsplink_1.50.bb @@ -57,6 +57,8 @@ do_compile () { unset DISPLAY oe_runmake -C ${S}/gpp/src all targets + oe_runmake -C ${S}/gpp/src all targets + oe_runmake -C ${S}/gpp/src/samples } do_install () { |