# Binh Tran and Lucie, Summer 2006 # Modified at 06/06/06 ifneq ($(KERNELRELEASE),) obj-m := hrt.o #EXTRA_CFLAGS += -DHRT_DEBUG else KDIR := /lib/modules/$(shell uname -r)/build #KDIR := /opt/linux2.6.10 PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules ln -sf hrt.ko hrt.o install: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install clean: rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions endif