summaryrefslogtreecommitdiffstats
path: root/driver/README
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-02-28 14:50:47 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-02-28 14:50:47 +0100
commit631f0929c155087648acdd00ef0e2039737f8803 (patch)
treed3ac6f929a2cfcbc9cd5604c8d538adae71006c2 /driver/README
parent30d740cc6accc3bd477e6bc924d5b74dad71ee6d (diff)
downloadpcitool-631f0929c155087648acdd00ef0e2039737f8803.tar.gz
pcitool-631f0929c155087648acdd00ef0e2039737f8803.tar.bz2
pcitool-631f0929c155087648acdd00ef0e2039737f8803.tar.xz
pcitool-631f0929c155087648acdd00ef0e2039737f8803.zip
Support emulation mode without real hardware
Diffstat (limited to 'driver/README')
-rw-r--r--driver/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/README b/driver/README
new file mode 100644
index 0000000..66a68df
--- /dev/null
+++ b/driver/README
@@ -0,0 +1,4 @@
+make <OPTIONS>
+ V=1 verbose mode
+ RELAXED_GCC_CHECK=1 allow difference in micro version of gcc used to compile kernel and pcidriver module
+ DUMMY_DEVICE=1 build dummy device driver (does not require PCI device)