aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/boot/compressed/Makefile
Commit message (Collapse)AuthorAge
* kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-20
| | | | | | | | | | | | Since commit 2aedcd098a94 ('kbuild: suppress annoying "... is up to date." message'), $(call if_changed,...) is evaluated to "@:" when there is nothing to do. We no longer need to add "@:" after $(call if_changed,...) to suppress "... is up to date." message. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com>
* h8300: Add LZO compressionYoshinori Sato2016-01-20
| | | | Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: zImage fixYoshinori Sato2015-11-08
| | | | | | | - stack fix - configure base address Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: compressed image supportYoshinori Sato2015-06-23
| | | | Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck2013-09-16
| | | | | | | | | H8/300 has been dead for several years, and the kernel for it has not compiled for ages. Drop support for it. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* h8300/boot: Use POSIX "$((..))" instead of bashism "$[...]"Geert Uytterhoeven2013-06-23
| | | | | | | | | | | | | On Ubuntu, where /bin/sh -> dash, "make ARCH=h8300 clean" gives: printf: 1: $[0x00400000+0x00140000]: expected numeric value Replace the bash-specific "$[...]" by POSIX "$((..))" for arithmetic expansion to fix this. Note that according to the bash 4.1 manpage, "$[...]" is deprecated, and will be removed in upcoming versions of bash. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* h8300: change to new flag variablematt mooney2011-03-17
| | | | | | | | Replace EXTRA_AFLAGS with asflags-y. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
* h8300 zImage support updateYoshinori Sato2007-07-16
| | | | | | | | | | | - Add missing files - Add Makefile target - Change image base - Style fix Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* h8300: add zImage supportYoshinori Sato2007-05-07
h8300 zImage target support. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>