Skip to content

Commit

Permalink
[MIPS] Malta: Always compile MTD platform device registration code.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 16, 2008
1 parent 938b2b1 commit b815718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/mips-boards/malta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
# under Linux.
#

obj-y := malta_int.o malta_platform.o malta_setup.o
obj-y := malta_int.o malta_mtd.o malta_platform.o malta_setup.o

obj-$(CONFIG_MTD) += malta_mtd.o
# FIXME FIXME FIXME
obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o

Expand Down

0 comments on commit b815718

Please sign in to comment.