mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-17 04:12:26 +00:00
8 lines
260 B
Text
8 lines
260 B
Text
#
|
|
# 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
|