VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 17 EXTRAVERSION = .13-ubuntu1 NAME=Crazed Snow-Weasel ifneq ($(KERNELRELEASE),) # # Make rules for use from within 2.6 kbuild system # obj-m += ati_remote.o else # We were called from command line KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) all: $(MAKE) -C $(KDIR) M=$(PWD) modules install: all $(MAKE) -C $(KDIR) M=$(PWD) modules_install clean: rm -f *.mod.c *.ko *.o *~ core *.i endif