aboutsummaryrefslogtreecommitdiff
path: root/khm/Makefile
blob: 74ffd5fe608a75b4f15a11cd5d2561e303ffa501 (plain) (blame)
1
2
3
4
5
6
7
8
obj-m += test.o
test-objs := khm.o test_khm.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