Guest User

Untitled

a guest
Jun 11th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.28 KB | None | 0 0
  1. #License:
  2.  
  3. #    This code is licenced under the GPL.
  4.  
  5. # Makefile for 2.6 based kernels
  6. #
  7. KERNEL_BUILD    := /lib/modules/`uname -r`/build
  8. DRV_DIR         := `uname -r`
  9.  
  10. obj-m           := smi.o
  11. modules modules_install clean:
  12.         @$(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) $@
Add Comment
Please, Sign In to add comment