1 diff -Naur tp_smapi-0.40/Makefile tp_smapi-0.40.new/Makefile
2 --- tp_smapi-0.40/Makefile 2008-12-15 21:03:06.000000000 -0800
3 +++ tp_smapi-0.40.new/Makefile 2008-12-16 13:13:30.000000000 -0800
6 KVER := $(shell uname -r)
7 KBASE := /lib/modules/$(KVER)
8 -KSRC := $(KBASE)/source
9 +KSRC := $(KBASE)/build
10 KBUILD := $(KBASE)/build
11 MOD_DIR := $(KBASE)/kernel
14 rm -f $(MOD_DIR)/drivers/hwmon/hdaps.ko
15 rm -f $(MOD_DIR)/extra/hdaps.ko
17 - $(MAKE) -C $(KBUILD) M=$(PWD) O=$(KBUILD) modules_install
18 + $(MAKE) -C $(KBUILD) M=$(PWD) modules_install