diff --git a/task_1/Makefile b/task_1/Makefile index 0b71a0b..28f926e 100644 --- a/task_1/Makefile +++ b/task_1/Makefile @@ -1,4 +1,4 @@ -obj-m += hello1.o +obj-m += hello.o PWD := $(CURDIR)