kernel-helloworld-test

view ktestmodule/Makefile @ 0:dbbd63da261f

helloworld kernel module and program that reads the /dev/ktest
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Wed, 10 May 2017 13:11:31 +0300
parents
children
line source
1 obj-m += ktest.o
3 .PHONY: all
4 all:
5 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
7 .PHONY: clean
8 clean:
9 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean