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