Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / staging / vt6655 / test
1 KSP := /lib/modules/$(shell uname -r)/build \
2 /usr/src/linux-$(shell uname -r) \
3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \
4 # /usr/src/kernel-headers-$(shell uname -r) \
5 # /usr/src/kernel-source-$(shell uname -r) \
6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \
7 # /usr/src/linux /home/plice
8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))
9 KSP := $(foreach dir, $(KSP), $(test_dir))
This page took 0.030196 seconds and 5 git commands to generate.