Makefile KERNDIR = /usr/src/linux-2.4 CFLAGS = -I$(KERNDIR)/include -Wall all: hello.o hello.o: helloinit.o hellofin.o $(LD) -r $^ -o $@