makefile.ini 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. ifeq ($(CONFIG_IR013E),y)
  2. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR013E
  3. IR_MAP += ir013e_map_table.c
  4. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR013E/ir013e_map_table.c
  5. endif
  6. ifeq ($(CONFIG_IR10D),y)
  7. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR10D
  8. IR_MAP += ir10d_map_table.c
  9. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR10D/ir10d_map_table.c
  10. endif
  11. ifeq ($(CONFIG_IR10N),y)
  12. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR10N
  13. IR_MAP += ir10n_map_table.c
  14. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR10N/ir10n_map_table.c
  15. endif
  16. ifeq ($(CONFIG_IR501),y)
  17. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR501
  18. IR_MAP += ir501_map_table.c
  19. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR501/ir501_map_table.c
  20. endif
  21. ifeq ($(CONFIG_IRAOC),y)
  22. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRAOC
  23. IR_MAP += iraoc_map_table.c
  24. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRAOC/iraoc_map_table.c
  25. endif
  26. ifeq ($(CONFIG_IRBD11R09),y)
  27. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRBD11R09
  28. IR_MAP += irbd11r09_map_table.c
  29. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRBD11R09/irbd11r09_map_table.c
  30. endif
  31. ifeq ($(CONFIG_IRCN31661),y)
  32. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCN31661
  33. IR_MAP += ircn31661_map_table.c
  34. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCN31661/ircn31661_map_table.c
  35. endif
  36. ifeq ($(CONFIG_IRCV),y)
  37. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCV
  38. IR_MAP += ircv_map_table.c
  39. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCV/ircv_map_table.c
  40. endif
  41. ifeq ($(CONFIG_IRCVT08F7),y)
  42. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCVT08F7
  43. IR_MAP += ircvt08f7_map_table.c
  44. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRCVT08F7/ircvt08f7_map_table.c
  45. endif
  46. ifeq ($(CONFIG_IRECCO),y)
  47. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRECCO
  48. IR_MAP += irecco_map_table.c
  49. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRECCO/irecco_map_table.c
  50. endif
  51. ifeq ($(CONFIG_IRH907),y)
  52. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRH907
  53. IR_MAP += irh907_map_table.c
  54. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRH907/irh907_map_table.c
  55. endif
  56. ifeq ($(CONFIG_IRHBT03),y)
  57. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRHBT03
  58. IR_MAP += irhbt03_map_table.c
  59. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRHBT03/irhbt03_map_table.c
  60. endif
  61. ifeq ($(CONFIG_IRHKFAC),y)
  62. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRHKFAC
  63. IR_MAP += irhkfac_map_table.c
  64. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRHKFAC/irhkfac_map_table.c
  65. endif
  66. ifeq ($(CONFIG_IRJL),y)
  67. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRJL
  68. IR_MAP += irjl_map_table.c
  69. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRJL/irjl_map_table.c
  70. endif
  71. ifeq ($(CONFIG_IRK2),y)
  72. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRK2
  73. IR_MAP += irk2_map_table.c
  74. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRK2/irk2_map_table.c
  75. endif
  76. ifeq ($(CONFIG_IRKK),y)
  77. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRKK
  78. IR_MAP += irkk_map_table.c
  79. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRKK/irkk_map_table.c
  80. endif
  81. ifeq ($(CONFIG_IRKONKA),y)
  82. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRKONKA
  83. IR_MAP += irkonka_map_table.c
  84. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRKONKA/irkonka_map_table.c
  85. endif
  86. ifeq ($(CONFIG_IRLC2),y)
  87. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRLC2
  88. IR_MAP += irlc2_map_table.c
  89. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRLC2/irlc2_map_table.c
  90. endif
  91. ifeq ($(CONFIG_IRM4DB2),y)
  92. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRM4DB2
  93. IR_MAP += irm4db2_map_table.c
  94. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRM4DB2/irm4db2_map_table.c
  95. endif
  96. ifeq ($(CONFIG_IRNEC007F),y)
  97. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC007F
  98. IR_MAP += irnec007f_map_table.c
  99. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC007F/irnec007f_map_table.c
  100. endif
  101. ifeq ($(CONFIG_IRNEC00BF),y)
  102. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC00BF
  103. IR_MAP += irnec00bf_map_table.c
  104. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC00BF/irnec00bf_map_table.c
  105. endif
  106. ifeq ($(CONFIG_IRNEC0172),y)
  107. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC0172
  108. IR_MAP += irnec0172_map_table.c
  109. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC0172/irnec0172_map_table.c
  110. endif
  111. ifeq ($(CONFIG_IRNEC02FD),y)
  112. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC02FD
  113. IR_MAP += irnec02fd_map_table.c
  114. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC02FD/irnec02fd_map_table.c
  115. endif
  116. ifeq ($(CONFIG_IRNECFAC8890),y)
  117. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNECFAC8890
  118. IR_MAP += irnecfac8890_map_table.c
  119. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNECFAC8890/irnecfac8890_map_table.c
  120. endif
  121. ifeq ($(CONFIG_IRNEC_04FB_102F),y)
  122. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC_04FB_102F
  123. IR_MAP += irnec_04fb_102f_map_table.c
  124. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNEC_04FB_102F/irnec_04fb_102f_map_table.c
  125. endif
  126. ifeq ($(CONFIG_IRNP),y)
  127. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNP
  128. IR_MAP += irnp_map_table.c
  129. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRNP/irnp_map_table.c
  130. endif
  131. ifeq ($(CONFIG_IRRC5),y)
  132. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC5
  133. IR_MAP += irrc5_map_table.c
  134. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC5/irrc5_map_table.c
  135. endif
  136. ifeq ($(CONFIG_IRRC6),y)
  137. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC6
  138. IR_MAP += irrc6_map_table.c
  139. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC6/irrc6_map_table.c
  140. endif
  141. ifeq ($(CONFIG_IRRC6_6A),y)
  142. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC6_6A
  143. IR_MAP += irrc6_6a_map_table.c
  144. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRC6_6A/irrc6_6a_map_table.c
  145. endif
  146. ifeq ($(CONFIG_IRRCA),y)
  147. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRCA
  148. IR_MAP += irrca_map_table.c
  149. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRCA/irrca_map_table.c
  150. endif
  151. ifeq ($(CONFIG_IRRCA1),y)
  152. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRCA1
  153. IR_MAP += irrca1_map_table.c
  154. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRRCA1/irrca1_map_table.c
  155. endif
  156. ifeq ($(CONFIG_IRSHARP0100),y)
  157. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSHARP0100
  158. IR_MAP += irsharp0100_map_table.c
  159. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSHARP0100/irsharp0100_map_table.c
  160. endif
  161. ifeq ($(CONFIG_IRSHARP555A),y)
  162. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSHARP555A
  163. IR_MAP += irsharp555a_map_table.c
  164. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSHARP555A/irsharp555a_map_table.c
  165. endif
  166. ifeq ($(CONFIG_IRSIS),y)
  167. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSIS
  168. IR_MAP += irsis_map_table.c
  169. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSIS/irsis_map_table.c
  170. endif
  171. ifeq ($(CONFIG_IRSKY_HS1100),y)
  172. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSKY_HS1100
  173. IR_MAP += irsky_hs1100_map_table.c
  174. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSKY_HS1100/irsky_hs1100_map_table.c
  175. endif
  176. ifeq ($(CONFIG_IRSONIC8),y)
  177. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSONIC8
  178. IR_MAP += irsonic8_map_table.c
  179. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSONIC8/irsonic8_map_table.c
  180. endif
  181. ifeq ($(CONFIG_IRSONY010317),y)
  182. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSONY010317
  183. IR_MAP += irsony010317_map_table.c
  184. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSONY010317/irsony010317_map_table.c
  185. endif
  186. ifeq ($(CONFIG_IRSX0707),y)
  187. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSX0707
  188. IR_MAP += irsx0707_map_table.c
  189. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRSX0707/irsx0707_map_table.c
  190. endif
  191. ifeq ($(CONFIG_IRTOPFORMAL20DF),y)
  192. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOPFORMAL20DF
  193. IR_MAP += irtopformal20df_map_table.c
  194. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOPFORMAL20DF/irtopformal20df_map_table.c
  195. endif
  196. ifeq ($(CONFIG_IRTOSHIBA),y)
  197. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA
  198. IR_MAP += irtoshiba_map_table.c
  199. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA/irtoshiba_map_table.c
  200. endif
  201. ifeq ($(CONFIG_IRTOSHIBA2),y)
  202. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA2
  203. IR_MAP += irtoshiba2_map_table.c
  204. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA2/irtoshiba2_map_table.c
  205. endif
  206. ifeq ($(CONFIG_IRTOSHIBAINTEX),y)
  207. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBAINTEX
  208. IR_MAP += irtoshibaintex_map_table.c
  209. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBAINTEX/irtoshibaintex_map_table.c
  210. endif
  211. ifeq ($(CONFIG_IRTOSHIBA_HS2113),y)
  212. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA_HS2113
  213. IR_MAP += irtoshiba_hs2113_map_table.c
  214. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTOSHIBA_HS2113/irtoshiba_hs2113_map_table.c
  215. endif
  216. ifeq ($(CONFIG_IRTPVAOCNEC),y)
  217. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVAOCNEC
  218. IR_MAP += irtpvaocnec_map_table.c
  219. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVAOCNEC/irtpvaocnec_map_table.c
  220. endif
  221. ifeq ($(CONFIG_IRTPVFACTORYNEC),y)
  222. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVFACTORYNEC
  223. IR_MAP += irtpvfactorynec_map_table.c
  224. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVFACTORYNEC/irtpvfactorynec_map_table.c
  225. endif
  226. ifeq ($(CONFIG_IRTPVRC6),y)
  227. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVRC6
  228. IR_MAP += irtpvrc6_map_table.c
  229. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTPVRC6/irtpvrc6_map_table.c
  230. endif
  231. ifeq ($(CONFIG_IRTSB1818),y)
  232. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTSB1818
  233. IR_MAP += irtsb1818_map_table.c
  234. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRTSB1818/irtsb1818_map_table.c
  235. endif
  236. ifeq ($(CONFIG_IRVCON),y)
  237. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRVCON
  238. IR_MAP += irvcon_map_table.c
  239. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRVCON/irvcon_map_table.c
  240. endif
  241. ifeq ($(CONFIG_IRXSAT),y)
  242. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRXSAT
  243. IR_MAP += irxsat_map_table.c
  244. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRXSAT/irxsat_map_table.c
  245. endif
  246. ifeq ($(CONFIG_IRYC53),y)
  247. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRYC53
  248. IR_MAP += iryc53_map_table.c
  249. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IRYC53/iryc53_map_table.c
  250. endif
  251. ifeq ($(CONFIG_IR_SANYO_38C7),y)
  252. VPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR_SANYO_38C7
  253. IR_MAP += ir_sanyo_38c7_map_table.c
  254. IR_MAP_WITHPATH += $(ROOT_DIR)/aps/customer/s2tek/public/ir/IR_SANYO_38C7/ir_sanyo_38c7_map_table.c
  255. endif
  256. ifdef CONFIG_IR013E
  257. IR_MAP_TABLE += dIR013E_info
  258. endif
  259. ifdef CONFIG_IR10D
  260. IR_MAP_TABLE += dIR10D_info
  261. endif
  262. ifdef CONFIG_IR10N
  263. IR_MAP_TABLE += dIR10N_info
  264. endif
  265. ifdef CONFIG_IR501
  266. IR_MAP_TABLE += dIR501_info
  267. endif
  268. ifdef CONFIG_IRAOC
  269. IR_MAP_TABLE += dIRAOC_info
  270. endif
  271. ifdef CONFIG_IRBD11R09
  272. IR_MAP_TABLE += dIRBD11R09_info
  273. endif
  274. ifdef CONFIG_IRCN31661
  275. IR_MAP_TABLE += dIRCN31661_info
  276. endif
  277. ifdef CONFIG_IRCV
  278. IR_MAP_TABLE += dIRCV_info
  279. endif
  280. ifdef CONFIG_IRCVT08F7
  281. IR_MAP_TABLE += dIRCVT08F7_info
  282. endif
  283. ifdef CONFIG_IRECCO
  284. IR_MAP_TABLE += dIRECCO_info
  285. endif
  286. ifdef CONFIG_IRH907
  287. IR_MAP_TABLE += dIRH907_info
  288. endif
  289. ifdef CONFIG_IRHBT03
  290. IR_MAP_TABLE += dIRHBT03_info
  291. endif
  292. ifdef CONFIG_IRHKFAC
  293. IR_MAP_TABLE += dIRHKFAC_info
  294. endif
  295. ifdef CONFIG_IRJL
  296. IR_MAP_TABLE += dIRJL_info
  297. endif
  298. ifdef CONFIG_IRK2
  299. IR_MAP_TABLE += dIRK2_info
  300. endif
  301. ifdef CONFIG_IRKK
  302. IR_MAP_TABLE += dIRKK_info
  303. endif
  304. ifdef CONFIG_IRKONKA
  305. IR_MAP_TABLE += dIRKONKA_info
  306. endif
  307. ifdef CONFIG_IRLC2
  308. IR_MAP_TABLE += dIRLC2_info
  309. endif
  310. ifdef CONFIG_IRM4DB2
  311. IR_MAP_TABLE += dIRM4DB2_info
  312. endif
  313. ifdef CONFIG_IRNEC007F
  314. IR_MAP_TABLE += dIRNEC007F_info
  315. endif
  316. ifdef CONFIG_IRNEC00BF
  317. IR_MAP_TABLE += dIRNEC00BF_info
  318. endif
  319. ifdef CONFIG_IRNEC0172
  320. IR_MAP_TABLE += dIRNEC0172_info
  321. endif
  322. ifdef CONFIG_IRNEC02FD
  323. IR_MAP_TABLE += dIRNEC02FD_info
  324. endif
  325. ifdef CONFIG_IRNECFAC8890
  326. IR_MAP_TABLE += dIRNECFAC8890_info
  327. endif
  328. ifdef CONFIG_IRNEC_04FB_102F
  329. IR_MAP_TABLE += dIRNEC_04FB_102F_info
  330. endif
  331. ifdef CONFIG_IRNP
  332. IR_MAP_TABLE += dIRNP_info
  333. endif
  334. ifdef CONFIG_IRRC5
  335. IR_MAP_TABLE += dIRRC5_info
  336. endif
  337. ifdef CONFIG_IRRC6
  338. IR_MAP_TABLE += dIRRC6_info
  339. endif
  340. ifdef CONFIG_IRRC6_6A
  341. IR_MAP_TABLE += dIRRC6_6A_info
  342. endif
  343. ifdef CONFIG_IRRCA
  344. IR_MAP_TABLE += dIRRCA_info
  345. endif
  346. ifdef CONFIG_IRRCA1
  347. IR_MAP_TABLE += dIRRCA1_info
  348. endif
  349. ifdef CONFIG_IRSHARP0100
  350. IR_MAP_TABLE += dIRSHARP0100_info
  351. endif
  352. ifdef CONFIG_IRSHARP555A
  353. IR_MAP_TABLE += dIRSHARP555A_info
  354. endif
  355. ifdef CONFIG_IRSIS
  356. IR_MAP_TABLE += dIRSIS_info
  357. endif
  358. ifdef CONFIG_IRSKY_HS1100
  359. IR_MAP_TABLE += dIRSKY_HS1100_info
  360. endif
  361. ifdef CONFIG_IRSONIC8
  362. IR_MAP_TABLE += dIRSONIC8_info
  363. endif
  364. ifdef CONFIG_IRSONY010317
  365. IR_MAP_TABLE += dIRSONY010317_info
  366. endif
  367. ifdef CONFIG_IRSX0707
  368. IR_MAP_TABLE += dIRSX0707_info
  369. endif
  370. ifdef CONFIG_IRTOPFORMAL20DF
  371. IR_MAP_TABLE += dIRTOPFORMAL20DF_info
  372. endif
  373. ifdef CONFIG_IRTOSHIBA
  374. IR_MAP_TABLE += dIRTOSHIBA_info
  375. endif
  376. ifdef CONFIG_IRTOSHIBA2
  377. IR_MAP_TABLE += dIRTOSHIBA2_info
  378. endif
  379. ifdef CONFIG_IRTOSHIBAINTEX
  380. IR_MAP_TABLE += dIRTOSHIBAINTEX_info
  381. endif
  382. ifdef CONFIG_IRTOSHIBA_HS2113
  383. IR_MAP_TABLE += dIRTOSHIBA_HS2113_info
  384. endif
  385. ifdef CONFIG_IRTPVAOCNEC
  386. IR_MAP_TABLE += dIRTPVAOCNEC_info
  387. endif
  388. ifdef CONFIG_IRTPVFACTORYNEC
  389. IR_MAP_TABLE += dIRTPVFACTORYNEC_info
  390. endif
  391. ifdef CONFIG_IRTPVRC6
  392. IR_MAP_TABLE += dIRTPVRC6_info
  393. endif
  394. ifdef CONFIG_IRTSB1818
  395. IR_MAP_TABLE += dIRTSB1818_info
  396. endif
  397. ifdef CONFIG_IRVCON
  398. IR_MAP_TABLE += dIRVCON_info
  399. endif
  400. ifdef CONFIG_IRXSAT
  401. IR_MAP_TABLE += dIRXSAT_info
  402. endif
  403. ifdef CONFIG_IRYC53
  404. IR_MAP_TABLE += dIRYC53_info
  405. endif
  406. ifdef CONFIG_IR_SANYO_38C7
  407. IR_MAP_TABLE += dIR_SANYO_38C7_info
  408. endif