about summary refs log tree commit diff
path: root/debian/tests/Makefile
blob: 77b9baab5d87e84b3eede90475a2ccd5c6c48516 (plain)
1
2
3
4
5
6
7
8

obj-m += fake-rfkill.o

fake-rfkill:
	make -C /lib/modules/$(shell uname -r)/build KBUILD_SRC=/lib/modules/$(shell uname -r)/build M=$(shell pwd)/debian/tests

clean-rfkill:
	make -C /lib/modules/$(shell uname -r)/build KBUILD_SRC=/lib/modules/$(shell uname -r)/build M=$(shell pwd)/debian/tests clean