summaryrefslogtreecommitdiffstats
path: root/examples/taint/Makefile
blob: a76c46b71e7b9f4a92dbb8c057311e9c26de923f (plain)
1
2
3
4
5
6
7
8
obj-m += taint.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