diff options
-rw-r--r-- | Documentation/Makefile | 2 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/Makefile | 8 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/TODO | 5 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/mei-amt-version.c (renamed from drivers/misc/mei/mei-amt-version.c) | 0 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/mei.txt (renamed from drivers/misc/mei/mei.txt) | 0 | ||||
-rw-r--r-- | drivers/misc/mei/TODO | 9 |
6 files changed, 14 insertions, 10 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 30b656ece7a..31d302bc586 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
@@ -1,3 +1,3 @@ | |||
1 | obj-m := DocBook/ accounting/ auxdisplay/ connector/ \ | 1 | obj-m := DocBook/ accounting/ auxdisplay/ connector/ \ |
2 | filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \ | 2 | filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \ |
3 | pcmcia/ spi/ timers/ watchdog/src/ | 3 | pcmcia/ spi/ timers/ watchdog/src/ misc-devices/mei/ |
diff --git a/Documentation/misc-devices/mei/Makefile b/Documentation/misc-devices/mei/Makefile new file mode 100644 index 00000000000..00e8c3e836f --- /dev/null +++ b/Documentation/misc-devices/mei/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # kbuild trick to avoid linker error. Can be omitted if a module is built. | ||
2 | obj- := dummy.o | ||
3 | |||
4 | # List of programs to build | ||
5 | hostprogs-y := mei-amt-version | ||
6 | HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include | ||
7 | # Tell kbuild to always build the programs | ||
8 | always := $(hostprogs-y) | ||
diff --git a/Documentation/misc-devices/mei/TODO b/Documentation/misc-devices/mei/TODO new file mode 100644 index 00000000000..933b2999e19 --- /dev/null +++ b/Documentation/misc-devices/mei/TODO | |||
@@ -0,0 +1,5 @@ | |||
1 | TODO: | ||
2 | - Cleanup and split the timer function | ||
3 | Upon Unstaging: | ||
4 | - Documentation/ioctl/ioctl-number.txt | ||
5 | - Updated MAINTAINERS | ||
diff --git a/drivers/misc/mei/mei-amt-version.c b/Documentation/misc-devices/mei/mei-amt-version.c index 01804f21631..01804f21631 100644 --- a/drivers/misc/mei/mei-amt-version.c +++ b/Documentation/misc-devices/mei/mei-amt-version.c | |||
diff --git a/drivers/misc/mei/mei.txt b/Documentation/misc-devices/mei/mei.txt index 2785697da59..2785697da59 100644 --- a/drivers/misc/mei/mei.txt +++ b/Documentation/misc-devices/mei/mei.txt | |||
diff --git a/drivers/misc/mei/TODO b/drivers/misc/mei/TODO deleted file mode 100644 index ed4d16c30ab..00000000000 --- a/drivers/misc/mei/TODO +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | TODO: | ||
2 | - Cleanup and split the timer function | ||
3 | Upon Unstaging: | ||
4 | - Documentation/ioctl/ioctl-number.txt | ||
5 | - move mei.txt under Documentation/mei/ | ||
6 | - move mei-amt-version.c under Documentation/mei | ||
7 | - add hostprogs-y for mei-amt-version.c | ||
8 | - drop mei_version.h | ||
9 | - Updated MAINTAINERS | ||