blob: dc78b25b95fe3b741f26d7c8793811c7e1e6fa33 (
plain)
1
2
3
4
5
6
7
|
#
# Wind River PPMC Board (4KC + GT64120)
#
platform-$(CONFIG_WR_PPMC) += wrppmc/
cflags-$(CONFIG_WR_PPMC) += \
-I$(srctree)/arch/mips/include/asm/mach-wrppmc
load-$(CONFIG_WR_PPMC) += 0xffffffff80100000
|