mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
194a835210
Arch cflags should be independent to Platform. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
#
|
|
# Loongson Processors' Support
|
|
#
|
|
|
|
#
|
|
# Loongson Machines' Support
|
|
#
|
|
|
|
cflags-$(CONFIG_MACH_LOONGSON2EF) += -I$(srctree)/arch/mips/include/asm/mach-loongson2ef
|
|
cflags-$(CONFIG_CC_HAS_MNO_BRANCH_LIKELY) += -mno-branch-likely
|
|
load-$(CONFIG_LEMOTE_FULOONG2E) += 0xffffffff80100000
|
|
load-$(CONFIG_LEMOTE_MACH2F) += 0xffffffff80200000
|