-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 304607 b: refs/heads/master c: 5a44988 h: refs/heads/master i: 304605: d3797b0 304603: 7356b83 304599: 7d41d3a 304591: 7b37a06 304575: ee10115 v: v3
- Loading branch information
Tomas Winkler
authored and
Greg Kroah-Hartman
committed
May 9, 2012
1 parent
3a79a6e
commit 2ebfd63
Showing
7 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4f3afe1d8c8e5dc41bb5820c01b4f3cfc2dc1205 | ||
refs/heads/master: 5a44988207ee16b96e5445b8e95ab9881ce310cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.