source: src/linux/universal/linux-3.2/arch/mips/lantiq/Platform @ 18225

Last change on this file since 18225 was 18225, checked in by BrainSlayer, 16 months ago

arch code

File size: 426 bytes
Line 
1#
2# Lantiq
3#
4
5platform-$(CONFIG_LANTIQ)       += lantiq/
6cflags-$(CONFIG_LANTIQ)         += -I$(srctree)/arch/mips/include/asm/mach-lantiq
7load-$(CONFIG_LANTIQ)           = 0xffffffff80002000
8cflags-$(CONFIG_SOC_TYPE_XWAY)  += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
9cflags-$(CONFIG_SOC_TYPE_VR9)   += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
10cflags-$(CONFIG_SOC_FALCON)     += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
Note: See TracBrowser for help on using the repository browser.