Skip to content

Commit

Permalink
ARM: 5752/1: SA1100: fix building of h3100
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Artamonow authored and Russell King committed Oct 7, 2009
1 parent b623438 commit 4918a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sa1100/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ led-$(CONFIG_SA1100_CERF) += leds-cerf.o

obj-$(CONFIG_SA1100_COLLIE) += collie.o

obj-$(CONFIG_SA1100_H3100) += h3600.o
obj-$(CONFIG_SA1100_H3600) += h3600.o

obj-$(CONFIG_SA1100_HACKKIT) += hackkit.o
Expand Down

0 comments on commit 4918a01

Please sign in to comment.