diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,5 +5,7 @@ all: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules install: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules_install + depmod -A + clean: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean |
