diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 15:36:21 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 19:52:32 +0200 |
commit | 8fc07ebe63a40c312730da28e54dbb4fc6029ca3 (patch) | |
tree | 49a5b4e05471682b45760a8276033d102661ed64 /Documentation/auxdisplay/cfag12864b | |
parent | samples: move watchdog example code from Documentation (diff) | |
download | linux-8fc07ebe63a40c312730da28e54dbb4fc6029ca3.tar.xz linux-8fc07ebe63a40c312730da28e54dbb4fc6029ca3.zip |
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/cfag12864b | 2 |
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. |