X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fkernel.git;a=blobdiff_plain;f=hello%2FMakefile;fp=hello%2FMakefile;h=c1f7bfc488a9c52802e169a03d1796fb633d13fb;hp=5947db3cd47cefebcfd3d7dba4e5a8ea8b0e6e12;hb=5ef1719c674e2eeedbfaef7dacb982b3b7c3c74c;hpb=09f7937cd0bb525f3a5d73d1c9eeab92ff6e22f7 diff --git a/hello/Makefile b/hello/Makefile index 5947db3..c1f7bfc 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -7,7 +7,7 @@ CFLAGS = -D__KERNEL__ -DMODULE -O -Wall # -I$(INCLUDEDIR) # findout kernel version. VER = $(shell awk -F\" '/REL/ {print $$2}' $(INCLUDEDIR)/linux/version.h) -OBJS = hello.o +OBJS = hello.o hello-1.o all: $(OBJS)