diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build -all: hid-tminit +all: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules -install: hid-tminit +install: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install depmod -A -clean: hid-tminit +clean: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) clean -.PHONY: hid-tminit +.PHONY: deps/hid-tminit hid-tminit: $(MAKE) -C deps/hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS) |
