]> rtime.felk.cvut.cz Git - mf6xx.git/blob - Makefile
Added pci_remove() section + irqcontrol(); Module seems to be able to load, unload...
[mf6xx.git] / Makefile
1 MY_KERNEL_VERSION=$(shell uname -r)
2 MY_KERNEL_BUILD=/lib/modules/$(MY_KERNEL_VERSION)/build
3
4 my_all:
5         make -C $(MY_KERNEL_BUILD) M=`pwd` modules
6
7 obj-m := mf614.o
8
9 clean:
10         rm *.ko *.o