Skip to content

Instantly share code, notes, and snippets.

View chrischdi's full-sized avatar

Christian Schlotter chrischdi

View GitHub Profile
@chrischdi
chrischdi / Makefile
Last active August 29, 2015 14:06 — forked from daringer/Makefile
Asus Fan Control
obj-m := asus_fan.o
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KDIR) M=$(PWD) modules
install:
# just copy the .ko file anywhere below:
# /lib/modules/$(uname -r)/