blob: 74c99b77e96e1434c00eee89f44b0baa07951760 [file] [log] [blame] [edit]
obj-m += hello.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean