mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
26bff9eb49
Instead of including all Platform files, we simply include the needed one and avoid clashes with makefile variables. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
#
|
|
# Broadcom BCM63XX boards
|
|
#
|
|
cflags-$(CONFIG_BCM63XX) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
|
|
load-$(CONFIG_BCM63XX) := 0xffffffff80010000
|