Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a449882 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman
Browse files

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: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f3afe1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
@@ -2,8 +2,4 @@ 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