diff options
Diffstat (limited to 'driver/README')
-rw-r--r-- | driver/README | 4 |
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) |