Re: [PATCH 7/8] samples: move timers example code from Documentation

2016-09-19 Thread Jonathan Corbet
On Mon, 19 Sep 2016 08:47:38 -0600 Shuah Khan wrote: > Move timers examples to samples and remove it from Documentation > Makefile. Create a new Makefile to build timers. It can be built > from top level directory or from timers directory: Documentation/timers/hpet.txt needs updating. Otherwise

[PATCH 7/8] samples: move timers example code from Documentation

2016-09-19 Thread Shuah Khan
Move timers examples to samples and remove it from Documentation Makefile. Create a new Makefile to build timers. It can be built from top level directory or from timers directory: Run make -C samples/timers or cd samples/timers; make Signed-off-by: Shuah Khan --- Documentation/Makefile