Skip to content

Commit

Permalink
inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh O'Brien committed Nov 7, 2013
0 parents commit 33d8ec7
Show file tree
Hide file tree
Showing 3 changed files with 1,881 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
obj-m += hughnav.o

all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Loading

0 comments on commit 33d8ec7

Please sign in to comment.