~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to libs/surfaces/frontier/kernel_drivers/BUILD

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To build, type make
 
2
 
 
3
# make install and run
 
4
ir: install 
 
5
        rmmod tranzport
 
6
        modprobe tranzport
 
7
 
 
8
# make install, run, and run tests
 
9
irt: ir
 
10