sparc32: Fix makefile not generating required files
authorJulian Calaby <julian.calaby@gmail.com>
Tue, 23 Jun 2009 01:45:46 +0000 (01:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 02:56:02 +0000 (19:56 -0700)
commit8944146daa2c38dd85bc489d1b84fb9abc108837
treecbc0095d1ca79bdc7468ea04b0d2c9dc1e836d3a
parent3e05c5e2ce40066582dc34aa8335baa328815a09
sparc32: Fix makefile not generating required files

The tftpboot build was failing with missing file errors.

It turns out that $(obj)/image wasn't being generated which was causing the a.out conversion to be skipped and hence piggyback to be called with nonexistent files.

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/boot/Makefile