Skip to content

Commit

Permalink
mei: move doc files Documentation/misc-devices/mei
Browse files Browse the repository at this point in the history
1. move mei.txt, TODO, and the example code under Documentation/misc-devices/mei
2. update the TODO file

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 4f3afe1 commit 5a44988
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
obj-m := DocBook/ accounting/ auxdisplay/ connector/ \
filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \
pcmcia/ spi/ timers/ watchdog/src/
pcmcia/ spi/ timers/ watchdog/src/ misc-devices/mei/
8 changes: 8 additions & 0 deletions Documentation/misc-devices/mei/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o

# List of programs to build
hostprogs-y := mei-amt-version
HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
# Tell kbuild to always build the programs
always := $(hostprogs-y)
5 changes: 5 additions & 0 deletions Documentation/misc-devices/mei/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TODO:
- Cleanup and split the timer function
Upon Unstaging:
- Documentation/ioctl/ioctl-number.txt
- Updated MAINTAINERS
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions drivers/misc/mei/TODO

This file was deleted.

0 comments on commit 5a44988

Please sign in to comment.