diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-10-18 20:28:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 08:52:40 -0700 |
commit | b8e465f4945bc0e9f324e3bbe15f5180a8e9a6fe (patch) | |
tree | a7e14043e62f8c56f0c1b1f2c6a2b55b0d76f6ec /include/linux/Kbuild | |
parent | 3b274f44d2ca05f719fe39947b6a5293a2dbd8fd (diff) | |
download | op-kernel-dev-b8e465f4945bc0e9f324e3bbe15f5180a8e9a6fe.zip op-kernel-dev-b8e465f4945bc0e9f324e3bbe15f5180a8e9a6fe.tar.gz |
byteorder: add new headers for make headers-install
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bf9aca5..e531783e 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -183,6 +183,7 @@ unifdef-y += auto_fs.h unifdef-y += auxvec.h unifdef-y += binfmts.h unifdef-y += blktrace_api.h +unifdef-y += byteorder.h unifdef-y += capability.h unifdef-y += capi.h unifdef-y += cciss_ioctl.h @@ -340,6 +341,7 @@ unifdef-y += soundcard.h unifdef-y += stat.h unifdef-y += stddef.h unifdef-y += string.h +unifdef-y += swab.h unifdef-y += synclink.h unifdef-y += sysctl.h unifdef-y += tcp.h |