Fixup ioctls
[binject.git] / Makefile
1 obj-m           := binject.o
2 binject-objs    := kcompat.o main.o
3
4 all:
5         make -C /lib/modules/`uname -r`/build M=`pwd` modules
6
7 el5:
8         make -C /mnt/kernel/rhat/2.6.18/linux-2.6.18 M=`pwd` modules
9
10 clean:
11         make -C /lib/modules/`uname -r`/build M=`pwd` clean