Advertisement
Guest User

kdir.patch

a guest
Jan 10th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.52 KB | None | 0 0
  1. diff -ruN a/Makefile b/Makefile
  2. --- a/Makefile  2018-01-10 16:03:09.645117127 -0500
  3. +++ b/Makefile  2018-01-10 16:14:34.835614419 -0500
  4. @@ -4,8 +4,7 @@
  5.  TARGET = ax88179_178a
  6.  OBJS   = ax88179_178a.o
  7.  MDIR   = drivers/net/usb
  8. -KDIR   = /lib/modules/$(CURRENT)/build
  9. -#KDIR  = /root/work/2440/2.6.17/linux-2.6.17.11
  10. +KDIR   = /lib/modules/$(KERNELRELEASE)/build
  11.  SUBLEVEL= $(shell uname -r | cut -d '.' -f 3 | cut -d '.' -f 1 | cut -d '-' -f 1 | cut -d '_' -f 1)
  12.  USBNET = $(shell find $(KDIR)/include/linux/usb/* -name usbnet.h)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement