mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-17 04:33:54 +00:00
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
207 B
Text
7 lines
207 B
Text
#
|
|
# Broadcom BCM47XX boards
|
|
#
|
|
cflags-$(CONFIG_BCM47XX) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-bcm47xx
|
|
load-$(CONFIG_BCM47XX) := 0xffffffff80001000
|
|
zload-$(CONFIG_BCM47XX) += 0xffffffff80400000
|