mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
MIPS: Lasat: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
026dab3c51
commit
bd152b095e
@ -5,6 +5,7 @@ platforms += ar7
|
||||
platforms += cobalt
|
||||
platforms += dec
|
||||
platforms += jazz
|
||||
platforms += lasat
|
||||
platforms += loongson
|
||||
platforms += mipssim
|
||||
platforms += mti-malta
|
||||
|
@ -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
|
||||
|
@ -12,5 +12,3 @@ obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o
|
||||
|
||||
clean:
|
||||
make -C image clean
|
||||
|
||||
EXTRA_CFLAGS += -Werror
|
||||
|
7
arch/mips/lasat/Platform
Normal file
7
arch/mips/lasat/Platform
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user