CC="gcc-3.4" ifneq ($(KERNELRELEASE),) obj-m := helloworld_proc_module-v1.2.o else KDIR := /usr/src/linux PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules endif clean: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean