diff options
| author | David Woodhouse <[email protected]> | 2007-05-08 00:31:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-05-08 11:15:15 -0700 |
| commit | 6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3 (patch) | |
| tree | 81eafa64ecc82beb96dfe33767fdbaa364043179 /include/linux | |
| parent | 62eb5b1f3bb842d4ea112a5dbae0ce94aab088c4 (diff) | |
Add taskstats.h to kbuild
Add taskstats.h to include/linux/Kbuild, make headers_install would then
pickup taskstats.h. This needs to be done as taskstats.h is a user
interface header.
Signed-off-by: Balbir Singh <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Cc: Don Zickus <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index a124c32f55f3..715386142626 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -141,6 +141,7 @@ header-y += sockios.h header-y += som.h header-y += sound.h header-y += synclink.h +header-y += taskstats.h header-y += telephony.h header-y += termios.h header-y += ticable.h |