Skip to content

Commit

Permalink
MIPS: Malta: Migrate to new platform makefile style.
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 Aug 5, 2010
1 parent b9dbdce commit 36bb97e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ platforms += dec
platforms += jazz
platforms += loongson
platforms += mipssim
platforms += mti-malta
platforms += pmc-sierra
platforms += sgi-ip22
platforms += sgi-ip27
Expand Down
8 changes: 0 additions & 8 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/
cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc
load-$(CONFIG_WR_PPMC) += 0xffffffff80100000

#
# MIPS Malta board
#
core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/
cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin

#
# LASAT platforms
#
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/mti-malta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ obj-$(CONFIG_PCI) += malta-pci.o

# FIXME FIXME FIXME
obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o

EXTRA_CFLAGS += -Werror
7 changes: 7 additions & 0 deletions arch/mips/mti-malta/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# MIPS Malta board
#
platform-$(CONFIG_MIPS_MALTA) += mti-malta/
cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin

0 comments on commit 36bb97e

Please sign in to comment.