add install target
This commit is contained in:
parent
321224dcdb
commit
954b82e889
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -19,6 +19,9 @@ keymash-objs = $(keymash-sources:.c=.o)
|
|||
keymash.ko:
|
||||
make -C "$(KERNEL_DIR)" M="$(PWD)" modules
|
||||
|
||||
install:
|
||||
make -C "$(KERNEL_DIR)" M="$(PWD)" modules_install
|
||||
|
||||
clean:
|
||||
make -C "$(KERNEL_DIR)" M="$(PWD)" clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue