Skip to content

Commit

Permalink
MIPS: Lasat: 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 026dab3 commit bd152b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platforms += ar7
platforms += cobalt
platforms += dec
platforms += jazz
platforms += lasat
platforms += loongson
platforms += mipssim
platforms += mti-malta
Expand Down
7 changes: 0 additions & 7 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,6 @@ endif
#
include $(srctree)/arch/mips/Kbuild.platforms

#
# LASAT platforms
#
core-$(CONFIG_LASAT) += arch/mips/lasat/
cflags-$(CONFIG_LASAT) += -I$(srctree)/arch/mips/include/asm/mach-lasat
load-$(CONFIG_LASAT) += 0xffffffff80000000

# NXP STB225
core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/
cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/lasat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o

clean:
make -C image clean

EXTRA_CFLAGS += -Werror
7 changes: 7 additions & 0 deletions arch/mips/lasat/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# LASAT platforms
#
platform-$(CONFIG_LASAT) += lasat/
cflags-$(CONFIG_LASAT) += \
-I$(srctree)/arch/mips/include/asm/mach-lasat
load-$(CONFIG_LASAT) += 0xffffffff80000000

0 comments on commit bd152b0

Please sign in to comment.