mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
mei: move doc files Documentation/misc-devices/mei
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>
This commit is contained in:
parent
4f3afe1d8c
commit
5a44988207
@ -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
Documentation/misc-devices/mei/Makefile
Normal file
8
Documentation/misc-devices/mei/Makefile
Normal file
@ -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
Documentation/misc-devices/mei/TODO
Normal file
5
Documentation/misc-devices/mei/TODO
Normal file
@ -0,0 +1,5 @@
|
||||
TODO:
|
||||
- Cleanup and split the timer function
|
||||
Upon Unstaging:
|
||||
- Documentation/ioctl/ioctl-number.txt
|
||||
- Updated MAINTAINERS
|
@ -1,9 +0,0 @@
|
||||
TODO:
|
||||
- Cleanup and split the timer function
|
||||
Upon Unstaging:
|
||||
- Documentation/ioctl/ioctl-number.txt
|
||||
- move mei.txt under Documentation/mei/
|
||||
- move mei-amt-version.c under Documentation/mei
|
||||
- add hostprogs-y for mei-amt-version.c
|
||||
- drop mei_version.h
|
||||
- Updated MAINTAINERS
|
Loading…
Reference in New Issue
Block a user