summaryrefslogtreecommitdiff
path: root/Documentation/auxdisplay/cfag12864b
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-16 07:36:21 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-23 11:52:32 -0600
commit8fc07ebe63a40c312730da28e54dbb4fc6029ca3 (patch)
tree49a5b4e05471682b45760a8276033d102661ed64 /Documentation/auxdisplay/cfag12864b
parent071bf69a0220253a44acb8b2a27f7a262b9a46bf (diff)
samples: move auxdisplay example code from Documentation
Move auxdisplay examples to samples and remove it from Documentation Makefile. Create a new Makefile to build auxdisplay. It can be built from top level directory or from auxdisplay directory: Run make -C samples/auxdisplay or cd samples/auxdisplay; make Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/auxdisplay/cfag12864b')
-rw-r--r--Documentation/auxdisplay/cfag12864b2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/auxdisplay/cfag12864b b/Documentation/auxdisplay/cfag12864b
index eb7be393a510..12fd51b8de75 100644
--- a/Documentation/auxdisplay/cfag12864b
+++ b/Documentation/auxdisplay/cfag12864b
@@ -101,5 +101,5 @@ Although the LCD won't get updated until the next refresh time arrives.
Also, you can mmap the framebuffer: open & mmap, munmap & close...
which is the best option for most uses.
-Check Documentation/auxdisplay/cfag12864b-example.c
+Check samples/auxdisplay/cfag12864b-example.c
for a real working userspace complete program with usage examples.