ARM: 5752/1: SA1100: fix building of h3100
authorDmitry Artamonow <mad_soft@inbox.ru>
Wed, 7 Oct 2009 09:48:26 +0000 (10:48 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 7 Oct 2009 12:13:01 +0000 (13:13 +0100)
commit4918a01393a38db4346ae88f38c1fd8324bb5e63
tree2ccf79721671fed143b308c351cf08054d17cb68
parentb623438341b40ee78bdab7ab509889de519af2e7
ARM: 5752/1: SA1100: fix building of h3100

Both iPaqs h3100 and h3600 currently share the same source
file - h3600.c  But Makefile builds it only if CONFIG_SA1100_H3600
selected, so selecting just CONFIG_SA1100_H3100 results in
"no machine record defined" message and aborted compilation.

Fix it.

Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/Makefile