Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This repo contains both the source for direct integration into a kernel tree as

## Building Debian DKMS pacakge

Install build requirements:
```
sudo apt install dkms devscripts build-essential debhelper dh-dkms
```

From the top level directory, execute:

```
Expand Down