Skip to content

Commit

Permalink
MIPS: DECstation: 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 1505b60 commit c136af0
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -3,6 +3,7 @@
platforms += alchemy
platforms += ar7
platforms += cobalt
platforms += dec
platforms += jazz
platforms += loongson
platforms += mipssim
Expand Down
8 changes: 0 additions & 8 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@ endif
#
include $(srctree)/arch/mips/Kbuild.platforms

#
# DECstation family
#
core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
cflags-$(CONFIG_MACH_DECSTATION)+= -I$(srctree)/arch/mips/include/asm/mach-dec
libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000

#
# Wind River PPMC Board (4KC + GT64120)
#
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/dec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
obj-$(CONFIG_PROM_CONSOLE) += promcon.o
obj-$(CONFIG_TC) += tc.o
obj-$(CONFIG_CPU_HAS_WB) += wbflush.o

EXTRA_CFLAGS += -Werror
8 changes: 8 additions & 0 deletions arch/mips/dec/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# DECstation family
#
platform-$(CONFIG_MACH_DECSTATION) = dec/
cflags-$(CONFIG_MACH_DECSTATION) += \
-I$(srctree)/arch/mips/include/asm/mach-dec
libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000

0 comments on commit c136af0

Please sign in to comment.