Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. diff --git a/sensors/drivers/Makefile b/sensors/drivers/Makefile
  2. index d939fad..d2472ab 100644
  3. --- a/sensors/drivers/Makefile
  4. +++ b/sensors/drivers/Makefile
  5. @@ -1,8 +1,10 @@
  6. -obj-m := hid-sensor-hub.o hid-sensor-trigger.o \
  7. +obj-m := hid-sensor-trigger.o hid-sensor-hub.o \
  8.         hid-sensor-als.o hid-sensor-accel-3d.o hid-sensor-gyro-3d.o hid-sensor-magn-3d.o hid-sensor-incl-3d.o \
  9.         hid-sensor-orient.o hid-sensor-custom.o hid-sensor-generic.o
  10. -KDIR := /usr/src/kernels/$(shell uname -r)
  11. +KDIR := /lib/modules/$(shell uname -r)/build
  12.  PWD := $(shell pwd)
  13. +cc-flags-y := -E
  14. +
  15.  default:
  16.         $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement