diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 08:29:56 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 08:29:56 +0100 |
commit | 1f8b444ceabb228594121d3ccea15248a4c2e1a4 (patch) | |
tree | 80860f944b29d8182859ba75a751769ea17cac11 /include/asm-generic/Kbuild | |
parent | e478bec0ba0a83a48a0f6982934b6de079e7e6b3 (diff) | |
parent | fadcfa33b6319a5faf8af2287f08bf93a7f926b6 (diff) |
Merge ssh://git.infradead.org/~/public_git/hdroneline
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 70594b275a6..3c06be38170 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -1,3 +1,12 @@ -header-y += atomic.h errno-base.h errno.h fcntl.h ioctl.h ipc.h mman.h \ - signal.h statfs.h -unifdef-y := resource.h siginfo.h +header-y += atomic.h +header-y += errno-base.h +header-y += errno.h +header-y += fcntl.h +header-y += ioctl.h +header-y += ipc.h +header-y += mman.h +header-y += signal.h +header-y += statfs.h + +unifdef-y += resource.h +unifdef-y += siginfo.h |