aboutsummarylogtreecommitdiffstats
path: root/Makefile
blob: ada7b212912432f57f787ca803fcc648549e6481 (plain)
1
2
3
4
5
6
7
obj-m += btusb.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