mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] kbuild: Fix "make clean" and move asm-offsets.h rule
@ 2014-12-24  4:23 Masahiro Yamada
  2014-12-24  4:23 ` [PATCH 1/2] kbuild: add ./Kbuild file to fix "make clean" Masahiro Yamada
  2014-12-24  4:23 ` [PATCH 2/2] kbuild: move asm-offsets.h rule to ./Kbuild Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-12-24  4:23 UTC (permalink / raw)
  To: barebox




Masahiro Yamada (2):
  kbuild: add ./Kbuild file to fix "make clean"
  kbuild: move asm-offsets.h rule to ./Kbuild

 Kbuild                          | 43 +++++++++++++++++++++++++++++++++++++++++
 TODO                            |  2 +-
 arch/arm/lib/asm-offsets.c      | 16 +++++++++++++++
 arch/blackfin/lib/asm-offsets.c | 12 ++++++++++++
 arch/efi/lib/asm-offsets.c      | 12 ++++++++++++
 arch/mips/Makefile              | 43 -----------------------------------------
 arch/nios2/lib/asm-offset.c     | 22 +++++++++++++++++++++
 arch/openrisc/lib/asm-offsets.c | 18 +++++++++++++++++
 arch/ppc/lib/asm-offsets.c      | 21 ++++++++++++++++++++
 arch/sandbox/lib/asm-offsets.c  | 12 ++++++++++++
 arch/x86/lib/asm-offsets.c      | 11 +++++++++++
 11 files changed, 168 insertions(+), 44 deletions(-)
 create mode 100644 Kbuild
 create mode 100644 arch/arm/lib/asm-offsets.c
 create mode 100644 arch/blackfin/lib/asm-offsets.c
 create mode 100644 arch/efi/lib/asm-offsets.c
 create mode 100644 arch/nios2/lib/asm-offset.c
 create mode 100644 arch/openrisc/lib/asm-offsets.c
 create mode 100644 arch/ppc/lib/asm-offsets.c
 create mode 100644 arch/sandbox/lib/asm-offsets.c
 create mode 100644 arch/x86/lib/asm-offsets.c

-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-24  4:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-24  4:23 [PATCH 0/2] kbuild: Fix "make clean" and move asm-offsets.h rule Masahiro Yamada
2014-12-24  4:23 ` [PATCH 1/2] kbuild: add ./Kbuild file to fix "make clean" Masahiro Yamada
2014-12-24  4:23 ` [PATCH 2/2] kbuild: move asm-offsets.h rule to ./Kbuild Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox