diff options
| author | Michal Simek <monstr@monstr.eu> | 2009-03-27 09:25:47 -0400 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 09:25:47 -0400 |
| commit | e96978b2729171f1dbbc0eb5b19c3524ca36e2bf (patch) | |
| tree | a524ff43af98476d638e03200d5e252589f6a81f | |
| parent | 4684dadec6ca3f310b0d9ff1860ca6b6f11ffd2d (diff) | |
microblaze_v8: Kbuild file
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
| -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 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | ||
| 2 | |||
| 3 | header-y += auxvec.h | ||
| 4 | header-y += errno.h | ||
| 5 | header-y += fcntl.h | ||
| 6 | header-y += ioctl.h | ||
| 7 | header-y += ioctls.h | ||
| 8 | header-y += ipcbuf.h | ||
| 9 | header-y += linkage.h | ||
| 10 | header-y += msgbuf.h | ||
| 11 | header-y += poll.h | ||
| 12 | header-y += resource.h | ||
| 13 | header-y += sembuf.h | ||
| 14 | header-y += shmbuf.h | ||
| 15 | header-y += sigcontext.h | ||
| 16 | header-y += siginfo.h | ||
| 17 | header-y += socket.h | ||
| 18 | header-y += sockios.h | ||
| 19 | header-y += statfs.h | ||
| 20 | header-y += stat.h | ||
| 21 | header-y += termbits.h | ||
| 22 | header-y += ucontext.h | ||
| 23 | |||
| 24 | unifdef-y += cputable.h | ||
| 25 | unifdef-y += elf.h | ||
| 26 | unifdef-y += termios.h | ||
