summarylogtreecommitdiffstats
path: root/Makefile
blob: a75766702c7f0670f40f4f61c9bf7e11d606fe98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
obj-m += hid-nintendo.o

KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build

all:
	$(MAKE) -C $(KERNEL_SRC) V=0 M=$$PWD

install:
	cp hid-nintendo.ko $(DESTDIR)/

clean:
	rm -rf deps.h *.o *.ko *.mod.c *.symvers *.order .*.cmd .tmp_versions