mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
c136af0906
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
#
|
|
# 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
|