Commit 5a900db4a50766c3869d64ba5cad7049d6a9d0a9
authorMichel Pollet <buserror@gmail.com>
Sat, 25 Feb 2012 16:25:30 +0000 (16:25 +0000)
committerMichel Pollet <buserror@gmail.com>
Sat, 25 Feb 2012 16:25:30 +0000 (16:25 +0000)
treef622867163f24f2fabf3883124085bf01c732c0f
parent0cb73016818979f0ebf5c6084bbbf5fe2eca287e
Message:
vhci: build kernel module & library

This makefile downloads the vhci bits, hack the a little
and compile them in place.
One done it's left as an excercise to the reader to install
the module where they want.

Example board can then link/compile by adding -I../vhci/include and
-L../vhci/lib to their makefile

Signed-off-by: Michel Pollet <buserror@gmail.com>
4 files changed:
examples/vhci/Makefile [new file with mode: 0644]
examples/vhci/patches/hcd-0001-SPIN_LOCK_UNLOCKED-has-been-depreciated.patch [new file with mode: 0644]
examples/vhci/patches/hcd-0002-need-transaction-translator.patch [new file with mode: 0644]
examples/vhci/patches/vhci-0001-Comment-out-function-that-doesn-t-compile.patch [new file with mode: 0644]