blob: 4eb5af1d8eea8bb21333659a46b2141a74c29843 (
plain)
1
2
3
4
5
6
7
|
#
# Cisco PowerTV Platform
#
platform-$(CONFIG_POWERTV) += powertv/
cflags-$(CONFIG_POWERTV) += \
-I$(srctree)/arch/mips/include/asm/mach-powertv
load-$(CONFIG_POWERTV) += 0xffffffff90800000
|