diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 07:36:21 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 11:52:32 -0600 |
commit | 8fc07ebe63a40c312730da28e54dbb4fc6029ca3 (patch) | |
tree | 49a5b4e05471682b45760a8276033d102661ed64 /Documentation/auxdisplay/Makefile | |
parent | 071bf69a0220253a44acb8b2a27f7a262b9a46bf (diff) | |
download | talos-obmc-linux-8fc07ebe63a40c312730da28e54dbb4fc6029ca3.tar.gz talos-obmc-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/Makefile')
-rw-r--r-- | Documentation/auxdisplay/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/auxdisplay/Makefile b/Documentation/auxdisplay/Makefile deleted file mode 100644 index ada4dac99ef4..000000000000 --- a/Documentation/auxdisplay/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# List of programs to build -hostprogs-y := cfag12864b-example - -# Tell kbuild to always build the programs -always := $(hostprogs-y) - -HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include |