aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-04-25 18:03:08 +0200
committerJonathan Corbet <corbet@lwn.net>2016-04-28 07:47:35 -0600
commit14fbff6b4e48a529c90e771598ac12bffd445ff4 (patch)
treeebbd42b6baecbba583bf00410b6c75be09b96f4c /samples/Makefile
parentDocumentation: xillybus: fix spelling mistake (diff)
downloadlinux-dev-14fbff6b4e48a529c90e771598ac12bffd445ff4.tar.xz
linux-dev-14fbff6b4e48a529c90e771598ac12bffd445ff4.zip
samples: connector: from Documentation to samples directory
A small bug with the new autoksyms support showed that there are two kernel modules in the Documentation directory that qualify as samples, while all other samples are in the samples/ directory. This patch was originally meant as a workaround for that bug, but it has now been solved in a different way. However, I still think it makes sense as a cleanup to consolidate all sample code in one place. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 48001d7e23f0..594ef7d9fa2a 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -2,4 +2,4 @@
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
- configfs/
+ configfs/ connector/