Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. ....
  2.  
  3. ifeq ($(PLATFORM),5VT)
  4. LINUX_SRC = /home/ralink-2860-sdk-5vt-distribution/linux-2.6.17
  5. CROSS_COMPILE = /opt/crosstool/uClibc_v5te_le_gcc_4_1_1/bin/arm-linux-
  6. endif
  7.  
  8. ifeq ($(PLATFORM),IKANOS_V160)
  9. LINUX_SRC = /home/sample/projects/LX_2618_RG_5_3_00r4_SRC/linux-2.6.18
  10. CROSS_COMPILE = mips-linux-
  11. endif
  12.  
  13. ifeq ($(PLATFORM),IKANOS_V180)
  14. LINUX_SRC = /home/sample/projects/LX_BSP_VX180_5_4_0r1_ALPHA_26DEC07/linux-2.6.18
  15. CROSS_COMPILE = mips-linux-
  16. endif
  17.  
  18. ifeq ($(PLATFORM),SIGMA)
  19. LINUX_SRC = /root/sigma/smp86xx_kernel_source_2.7.172.0/linux-2.6.15
  20. CROSS_COMPILE = /root/sigma/smp86xx_toolchain_2.7.172.0/build_mipsel_nofpu/staging_dir/bin/mipsel-linux-
  21. endif
  22.  
  23. ifeq ($(PLATFORM),SIGMA_8622)
  24. LINUX_SRC = /home/snowpin/armutils_2.5.120.1/build_arm/linux-2.4.22-em86xx
  25. CROSS_COMPILE = /home/snowpin/armutils_2.5.120.1/toolchain/bin/arm-elf-
  26. CROSS_COMPILE_INCLUDE = /home/snowpin/armutils_2.5.120.1/toolchain/lib/gcc-lib/arm-elf/2.95.3
  27. endif
  28.  
  29. ifeq ($(PLATFORM),INIC)
  30. UCOS_SRC = /opt/uCOS/iNIC_rt2880
  31. CROSS_COMPILE = /usr/bin/mipsel-linux-
  32. endif
  33.  
  34. ifeq ($(PLATFORM),STAR)
  35. LINUX_SRC = /opt/star/kernel/linux-2.4.27-star
  36. CROSS_COMPILE = /opt/star/tools/arm-linux/bin/arm-linux-
  37. endif
  38.  
  39. ifeq ($(PLATFORM),RMI)
  40. LINUX_SRC = /opt/rmi/1.7.0/linux/src/
  41. CROSS_COMPILE = /opt/rmi/1.7.0/mipscross/nptl/bin/mips64-unknown-linux-gnu-
  42. endif
  43.  
  44. ifeq ($(PLATFORM),RMI_64)
  45. LINUX_SRC = /opt/rmi/1.7.0/linux_64/src/
  46. CROSS_COMPILE = /opt/rmi/1.7.0/mipscross/nptl/bin/mips64-unknown-linux-gnu-
  47. endif
  48.  
  49. ifeq ($(PLATFORM), RALINK_2880)
  50. LINUX_SRC = /project/stable/RT288x/RT288x_SDK/source/linux-2.4.x
  51. CROSS_COMPILE = /opt/buildroot-gdb/bin/mipsel-linux-
  52. endif
  53.  
  54. ifeq ($(PLATFORM),RALINK_3052)
  55. LINUX_SRC = /home/peter/ap_soc/SDK_3_3_0_0/RT288x_SDK/source/linux-2.6.21.x
  56. CROSS_COMPILE = /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-
  57. endif
  58.  
  59. ifeq ($(PLATFORM),FREESCALE8377)
  60. LINUX_SRC = /opt/ltib-mpc8377_rds-20090309/rpm/BUILD/linux-2.6.25
  61. CROSS_COMPILE = /opt/freescale/usr/local/gcc-4.2.187-eglibc-2.5.187/powerpc-linux-gnu/bin/powerpc-linux-gnu-
  62. endif
  63.  
  64. ifeq ($(PLATFORM),BL2348)
  65. LINUX_SRC = /home/sample/Customers/BroadLight/bl234x-linux-2.6.21-small-v29
  66. CROSS_COMPILE = mips-wrs-linux-gnu-
  67. endif
  68.  
  69. ifeq ($(PLATFORM),BLUBB)
  70. LINUX_SRC = /home/sample/Customers/BroadLight/UBB/gmp20/linux-2.6.21-small
  71. CROSS_COMPILE = mips-wrs-linux-gnu-
  72. endif
  73.  
  74. ifeq ($(PLATFORM),BLPMP)
  75. LINUX_SRC = /home/sample/Customers/BroadLight/UBB/pmp16/bl234x-linux-2.6.21-small-v30.2
  76. CROSS_COMPILE = mips-wrs-linux-gnu-
  77. endif
  78.  
  79. ifeq ($(PLATFORM),JZSOC)
  80. LINUX_SRC = /home/qzhliao/workspace/lepus/4760/android-2.2/kernel
  81. CROSS_COMPILE = /home/qzhliao/workspace/lepus/4760/android-2.2/prebuilt/linux-x86/toolchain/mips-4.4.3/bin/mips-linux-gnu-
  82. endif
  83.  
  84. ifeq ($(PLATFORM),PC)
  85. # Linux 2.6
  86. LINUX_SRC = /lib/modules/$(shell uname -r)/build
  87. LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/
  88. CROSS_COMPILE =
  89. endif
  90.  
  91. ifeq ($(PLATFORM),IXP)
  92. LINUX_SRC = /project/stable/Gmtek/snapgear-uclibc/linux-2.6.x
  93. CROSS_COMPILE = arm-linux-
  94. endif
  95.  
  96. ifeq ($(PLATFORM),INF_TWINPASS)
  97. LINUX_SRC = /project/stable/twinpass/release/2.0.1/source/kernel/opensource/linux-2.4.31/
  98. CROSS_COMPILE = mips-linux-
  99. endif
  100.  
  101. ifeq ($(PLATFORM),INF_DANUBE)
  102. LINUX_SRC = /opt/danube/sdk/linux-2.6.16.x
  103. CROSS_COMPILE = mips-linux-
  104. ROOTDIR = /opt/danube/sdk
  105. export ROOTDIR
  106. endif
  107.  
  108. ifeq ($(PLATFORM),INF_AR9)
  109. LINUX_SRC = /root/ar9/xR9_BSP1.2.2.0/source/kernel/opensource/linux-2.6.20/
  110. CROSS_COMPILE = /root/ar9/ifx-lxdb26-1.0.2/gcc-3.4.4/toolchain-mips/bin/
  111. endif
  112.  
  113. ifeq ($(PLATFORM),INF_VR9)
  114. LINUX_SRC = /home/public/lantiq/VR9/UGW-4.2/build_dir/linux-ifxcpe_platform_vr9/linux-2.6.20.19
  115. CROSS_COMPILE = /home/public/lantiq/VR9/UGW-4.2/staging_dir/toolchain-mips_gcc-3.4.6_uClibc-0.9.29/bin/mips-linux-
  116. endif
  117.  
  118. ifeq ($(PLATFORM),BRCM_6358)
  119. LINUX_SRC =
  120. CROSS_COMPILE =
  121. endif
  122.  
  123. ifeq ($(PLATFORM),INF_AMAZON_SE)
  124. # Linux 2.6
  125. #LINUX_SRC = /lib/modules/$(shell uname -r)/build
  126. # Linux 2.4 Change to your local setting
  127. LINUX_SRC = /backup/ifx/3.6.2.2/source/kernel/opensource/linux-2.4.31
  128. #CROSS_COMPILE = mips-linux-
  129. #LINUX_SRC = /project/Infineon/3.6.2.2/source/kernel/opensource/linux-2.4.31
  130. CROSS_COMPILE = /opt/uclibc-toolchain/ifx-lxdb-1-2-3-external/gcc-3.3.6/toolchain-mips/R0208V35/mips-linux-uclibc/bin/
  131. endif
  132.  
  133. ifeq ($(PLATFORM),ST)
  134. LINUX_SRC = /opt/STM/STLinux-2.2/devkit/sources/kernel/linux0039
  135. CROSS_COMPILE = /opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-
  136. ARCH := sh
  137. export ARCH
  138. endif
  139.  
  140. ifeq ($(PLATFORM),CAVM_OCTEON)
  141. OCTEON_ROOT = /usr/local/Cavium_Networks/OCTEON-SDK
  142. LINUX_SRC = $(OCTEON_ROOT)/linux/kernel_2.6/linux
  143. CROSS_COMPILE = mips64-octeon-linux-gnu-
  144. endif
  145.  
  146. ifeq ($(PLATFORM),CMPC)
  147. LINUX_SRC = /opt/fvt_11N_SDK_0807/fvt131x_SDK_11n/linux-2.6.17
  148. CROSS_COMPILE =
  149. endif
  150.  
  151. ifeq ($(PLATFORM),SMDK)
  152. LINUX_SRC = /home/bhushan/itcenter/may28/linux-2.6-samsung
  153. CROSS_COMPILE = /usr/local/arm/4.2.2-eabi/usr/bin/arm-linux-
  154. endif
  155.  
  156. ifeq ($(PLATFORM),RALINK_3352)
  157. LINUX_SRC = /home/sample/3352/RT288x_SDK/source/linux-2.6.21.x
  158. CROSS_COMPILE = /opt/buildroot-gcc342/bin/mipsel-linux-
  159. endif
  160.  
  161. ifeq ($(PLATFORM),KODAK_DC)
  162. SKD_SRC = C:/SigmaTel/DC1250_SDK_v1-9/sdk
  163. CROSS_COMPILE = $(cc)
  164. endif
  165.  
  166. ifeq ($(PLATFORM),DM6446)
  167. LINUX_SRC = /home/fonchi/work/soc/ti-davinci
  168. endif
  169.  
  170. ifeq ($(PLATFORM),MT85XX)
  171. LINUX_SRC = /home/john/MTK/BDP_Linux/linux-2.6.27
  172. CROSS_COMPILE = armv6z-mediatek-linux-gnueabi-
  173. endif
  174.  
  175. ifeq ($(PLATFORM),NXP_TV550)
  176. LINUX_SRC = /data/tv550/kernel/linux-2.6.28.9
  177. LINUX_SRC_MODULE = /data/tv550/kernel/linux-2.6.28.9/drivers/net/wireless
  178. CROSS_COMPILE = /opt/embeddedalley/nxp_tv550/bin/mipsel-linux-
  179. endif
  180.  
  181. ifeq ($(PLATFORM),MVL5)
  182. LINUX_SRC = /home2/charlestu/AP-VT3426/linux-2.6.18
  183. CROSS_COMPILE = /opt/montavista/pro/devkit/arm/v5t_le_mvl5/bin/arm_v5t_le-
  184. endif
  185.  
  186. ifeq ($(PLATFORM),IMX51)
  187. LINUX_SRC = /home/carter/MyAndroid_backup/kernel_imx
  188. #CROSS_COMPILE = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-linux-
  189. CROSS_COMPILE = /home/carter/MyWork/imx-android-r9.2/tool/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/arm-linux-
  190. endif
  191.  
  192. ifeq ($(PLATFORM),Telechips)
  193. LINUX_SRC = /home/carter/Desktop/Working_2011/Customer/TelechipSDK/gingerbread_rel/kernel
  194. CROSS_COMPILE = /home/carter/Desktop/Working_2011/Customer/TelechipSDK/gingerbread_rel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
  195. endif
  196.  
  197. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement