diff options
author | Michal Simek <[email protected]> | 2009-03-27 14:25:47 +0100 |
---|---|---|
committer | Michal Simek <[email protected]> | 2009-03-27 14:25:47 +0100 |
commit | e96978b2729171f1dbbc0eb5b19c3524ca36e2bf (patch) | |
tree | a524ff43af98476d638e03200d5e252589f6a81f | |
parent | 4684dadec6ca3f310b0d9ff1860ca6b6f11ffd2d (diff) |
microblaze_v8: Kbuild file
Reviewed-by: Ingo Molnar <[email protected]>
Acked-by: John Linn <[email protected]>
Acked-by: Stephen Neuendorffer <[email protected]>
Acked-by: John Williams <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
-rw-r--r-- | arch/microblaze/include/asm/Kbuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/Kbuild b/arch/microblaze/include/asm/Kbuild new file mode 100644 index 000000000000..31820dfef56b --- /dev/null +++ b/arch/microblaze/include/asm/Kbuild @@ -0,0 +1,26 @@ +include include/asm-generic/Kbuild.asm + +header-y += auxvec.h +header-y += errno.h +header-y += fcntl.h +header-y += ioctl.h +header-y += ioctls.h +header-y += ipcbuf.h +header-y += linkage.h +header-y += msgbuf.h +header-y += poll.h +header-y += resource.h +header-y += sembuf.h +header-y += shmbuf.h +header-y += sigcontext.h +header-y += siginfo.h +header-y += socket.h +header-y += sockios.h +header-y += statfs.h +header-y += stat.h +header-y += termbits.h +header-y += ucontext.h + +unifdef-y += cputable.h +unifdef-y += elf.h +unifdef-y += termios.h |