diff options
author | Michal Simek <monstr@monstr.eu> | 2009-05-21 17:27:58 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-22 09:50:46 +0200 |
commit | aaf22af46ff2b3f0a5c4fcaf1287ac6c28d4078e (patch) | |
tree | 27658d4ee32d1f4efcaf74609a6b6fdca8e62c7a /arch/microblaze/include/asm/Kbuild | |
parent | b9479e666563d5c28eb861d2a8f6334666025384 (diff) | |
download | blackbird-obmc-linux-aaf22af46ff2b3f0a5c4fcaf1287ac6c28d4078e.tar.gz blackbird-obmc-linux-aaf22af46ff2b3f0a5c4fcaf1287ac6c28d4078e.zip |
microblaze: Kbuild update
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/Kbuild')
-rw-r--r-- | arch/microblaze/include/asm/Kbuild | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/arch/microblaze/include/asm/Kbuild b/arch/microblaze/include/asm/Kbuild index 31820dfef56b..db5294c30caf 100644 --- a/arch/microblaze/include/asm/Kbuild +++ b/arch/microblaze/include/asm/Kbuild @@ -1,26 +1,3 @@ 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 +header-y += elf.h |