Skip to content

Commit

Permalink
add all project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pillar1989 committed Apr 27, 2017
1 parent d8bb622 commit 57b9cc6
Show file tree
Hide file tree
Showing 6 changed files with 2,289 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
obj-m := wm8960.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

install:
sudo cp wm8960.ko /lib/modules/$(shell uname -r)
sudo depmod -a
Loading

0 comments on commit 57b9cc6

Please sign in to comment.