mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08:00
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
#
|
||
|
# LASAT platforms
|
||
|
#
|
||
|
platform-$(CONFIG_LASAT) += lasat/
|
||
|
cflags-$(CONFIG_LASAT) += \
|
||
|
-I$(srctree)/arch/mips/include/asm/mach-lasat
|
||
|
load-$(CONFIG_LASAT) += 0xffffffff80000000
|