Kbuild 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. # We can build either as part of a standalone Kernel build or as
  2. # an external module. Determine which mechanism is being used
  3. ifeq ($(MODNAME),)
  4. KERNEL_BUILD := 1
  5. else
  6. KERNEL_BUILD := 0
  7. endif
  8. ifeq ($(KERNEL_BUILD), 1)
  9. # These are configurable via Kconfig for kernel-based builds
  10. # Need to explicitly configure for Android-based builds
  11. AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-5.4
  12. AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
  13. endif
  14. ifeq ($(CONFIG_SND_SOC_AUTO), y)
  15. ifdef CONFIG_SND_SOC_SA8155
  16. include $(AUDIO_ROOT)/config/sa8155auto.conf
  17. export
  18. INCS += -include $(AUDIO_ROOT)/config/sa8155autoconf.h
  19. endif
  20. ifdef CONFIG_SND_SOC_SA6155
  21. include $(AUDIO_ROOT)/config/sa6155auto.conf
  22. export
  23. INCS += -include $(AUDIO_ROOT)/config/sa6155autoconf.h
  24. endif
  25. else
  26. ifeq ($(KERNEL_BUILD), 0)
  27. ifeq ($(CONFIG_ARCH_SM8150), y)
  28. ifdef CONFIG_SND_SOC_SA8155
  29. include $(AUDIO_ROOT)/config/sa8155auto.conf
  30. export
  31. INCS += -include $(AUDIO_ROOT)/config/sa8155autoconf.h
  32. else
  33. include $(AUDIO_ROOT)/config/sm8150auto.conf
  34. export
  35. INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
  36. endif
  37. endif
  38. ifeq ($(CONFIG_ARCH_SM6150), y)
  39. ifdef CONFIG_SND_SOC_SA6155
  40. include $(AUDIO_ROOT)/config/sa6155auto.conf
  41. export
  42. INCS += -include $(AUDIO_ROOT)/config/sa6155autoconf.h
  43. else
  44. include $(AUDIO_ROOT)/config/sm6150auto.conf
  45. export
  46. INCS += -include $(AUDIO_ROOT)/config/sm6150autoconf.h
  47. endif
  48. endif
  49. ifeq ($(CONFIG_ARCH_TRINKET), y)
  50. include $(AUDIO_ROOT)/config/sm6150auto.conf
  51. export
  52. INCS += -include $(AUDIO_ROOT)/config/sm6150autoconf.h
  53. endif
  54. ifeq ($(CONFIG_ARCH_KONA), y)
  55. include $(AUDIO_ROOT)/config/konaauto.conf
  56. INCS += -include $(AUDIO_ROOT)/config/konaautoconf.h
  57. endif
  58. ifeq ($(CONFIG_ARCH_WAIPIO), y)
  59. include $(AUDIO_ROOT)/config/waipioauto.conf
  60. INCS += -include $(AUDIO_ROOT)/config/waipioautoconf.h
  61. endif
  62. ifeq ($(CONFIG_ARCH_KALAMA), y)
  63. include $(AUDIO_ROOT)/config/kalamaauto.conf
  64. INCS += -include $(AUDIO_ROOT)/config/kalamaautoconf.h
  65. endif
  66. ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
  67. include $(AUDIO_ROOT)/config/pineappleauto.conf
  68. INCS += -include $(AUDIO_ROOT)/config/pineappleautoconf.h
  69. endif
  70. ifeq ($(CONFIG_ARCH_LITO), y)
  71. include $(AUDIO_ROOT)/config/litoauto.conf
  72. export
  73. INCS += -include $(AUDIO_ROOT)/config/litoautoconf.h
  74. endif
  75. ifeq ($(CONFIG_ARCH_KHAJE), y)
  76. include $(AUDIO_ROOT)/config/bengalauto.conf
  77. export
  78. INCS += -include $(AUDIO_ROOT)/config/bengalautoconf.h
  79. endif
  80. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  81. ifdef CONFIG_SND_SOC_SA8155
  82. include $(AUDIO_ROOT)/config/sa8155auto.conf
  83. export
  84. INCS += -include $(AUDIO_ROOT)/config/sa8155autoconf.h
  85. else
  86. include $(AUDIO_ROOT)/config/sm8150auto.conf
  87. export
  88. INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
  89. endif
  90. endif
  91. ifeq ($(CONFIG_ARCH_QCS405), y)
  92. include $(AUDIO_ROOT)/config/qcs405auto.conf
  93. export
  94. INCS += -include $(AUDIO_ROOT)/config/qcs405autoconf.h
  95. endif
  96. ifeq ($(CONFIG_QTI_QUIN_GVM), y)
  97. include $(AUDIO_ROOT)/config/gvmauto.conf
  98. export
  99. INCS += -include $(AUDIO_ROOT)/config/gvmautoconf.h
  100. endif
  101. ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
  102. include $(AUDIO_ROOT)/config/sdxlemurauto.conf
  103. export
  104. INCS += -include $(AUDIO_ROOT)/config/sdxlemurautoconf.h
  105. endif
  106. endif
  107. endif
  108. # As per target team, build is done as follows:
  109. # Defconfig : build with default flags
  110. # Slub : defconfig + CONFIG_SLUB_DEBUG := y +
  111. # CONFIG_SLUB_DEBUG_ON := y + CONFIG_PAGE_POISONING := y
  112. # Perf : Using appropriate msmXXXX-perf_defconfig
  113. #
  114. # Shipment builds (user variants) should not have any debug feature
  115. # enabled. This is identified using 'TARGET_BUILD_VARIANT'. Slub builds
  116. # are identified using the CONFIG_SLUB_DEBUG_ON configuration. Since
  117. # there is no other way to identify defconfig builds, QTI internal
  118. # representation of perf builds (identified using the string 'perf'),
  119. # is used to identify if the build is a slub or defconfig one. This
  120. # way no critical debug feature will be enabled for perf and shipment
  121. # builds. Other OEMs are also protected using the TARGET_BUILD_VARIANT
  122. # config.
  123. ############ UAPI ############
  124. UAPI_DIR := uapi/audio
  125. UAPI_INC := -I$(AUDIO_ROOT)/include/$(UAPI_DIR)
  126. ############ COMMON ############
  127. COMMON_DIR := include
  128. COMMON_INC := -I$(AUDIO_ROOT)/$(COMMON_DIR)
  129. ############ ASoC Drivers ############
  130. MACHINE_OBJS += msm_common.o
  131. # for SM8150 sound card driver
  132. ifdef CONFIG_SND_SOC_SM8150
  133. MACHINE_OBJS += sm8150.o
  134. MACHINE_OBJS += machine_815x_init.o
  135. endif
  136. # for SM6150 sound card driver
  137. ifdef CONFIG_SND_SOC_SM6150
  138. MACHINE_OBJS += sm6150.o
  139. MACHINE_OBJS += machine_615x_init.o
  140. endif
  141. # For sa6155 sound card driver
  142. ifdef CONFIG_SND_SOC_SA6155
  143. MACHINE_OBJS += sa6155.o
  144. endif
  145. # for qcs405 sound card driver
  146. ifdef CONFIG_SND_SOC_QCS405
  147. MACHINE_OBJS += qcs405.o
  148. endif
  149. # for KONA sound card driver
  150. ifdef CONFIG_SND_SOC_KONA
  151. MACHINE_OBJS += kona.o
  152. endif
  153. # for LAHAINA sound card driver
  154. ifdef CONFIG_SND_SOC_LAHAINA
  155. MACHINE_OBJS += lahaina.o
  156. endif
  157. # for WAIPIO sound card driver
  158. ifdef CONFIG_SND_SOC_WAIPIO
  159. MACHINE_OBJS += waipio.o
  160. endif
  161. # for KALAMA sound card driver
  162. ifdef CONFIG_SND_SOC_KALAMA
  163. MACHINE_OBJS += kalama.o
  164. endif
  165. # for PINEAPPLE sound card driver
  166. ifdef CONFIG_SND_SOC_PINEAPPLE
  167. MACHINE_OBJS += pineapple.o
  168. endif
  169. # for HOLI sound card driver
  170. ifdef CONFIG_SND_SOC_HOLI
  171. MACHINE_OBJS += holi.o
  172. endif
  173. ifdef CONFIG_SND_SOC_LITO
  174. MACHINE_OBJS += kona.o
  175. endif
  176. # for BENGAL sound card driver
  177. ifdef CONFIG_SND_SOC_BENGAL
  178. MACHINE_OBJS += bengal.o
  179. endif
  180. # for sa8155 sound card driver
  181. ifdef CONFIG_SND_SOC_SA8155
  182. MACHINE_OBJS += sa8155.o
  183. endif
  184. ifdef CONFIG_SND_SOC_QDSP6V2
  185. PLATFORM_OBJS += platform_init.o
  186. endif
  187. ifdef CONFIG_SND_SOC_SDX
  188. MACHINE_OBJS += sdx-target.o
  189. endif
  190. LINUX_INC += -Iinclude/linux
  191. INCS += $(COMMON_INC) \
  192. $(UAPI_INC)
  193. EXTRA_CFLAGS += $(INCS)
  194. CDEFINES += -DANI_LITTLE_BYTE_ENDIAN \
  195. -DANI_LITTLE_BIT_ENDIAN \
  196. -DDOT11F_LITTLE_ENDIAN_HOST \
  197. -DANI_COMPILER_TYPE_GCC \
  198. -DANI_OS_TYPE_ANDROID=6 \
  199. -DPTT_SOCK_SVC_ENABLE \
  200. -Wall\
  201. -Werror\
  202. -D__linux__
  203. KBUILD_CPPFLAGS += $(CDEFINES)
  204. # Currently, for versions of gcc which support it, the kernel Makefile
  205. # is disabling the maybe-uninitialized warning. Re-enable it for the
  206. # AUDIO driver. Note that we must use EXTRA_CFLAGS here so that it
  207. # will override the kernel settings.
  208. ifeq ($(call cc-option-yn, -Wmaybe-uninitialized),y)
  209. EXTRA_CFLAGS += -Wmaybe-uninitialized
  210. endif
  211. #EXTRA_CFLAGS += -Wmissing-prototypes
  212. ifeq ($(call cc-option-yn, -Wheader-guard),y)
  213. EXTRA_CFLAGS += -Wheader-guard
  214. endif
  215. ifeq ($(KERNEL_BUILD), 1)
  216. obj-y += codecs/
  217. endif
  218. # Module information used by KBuild framework
  219. obj-$(CONFIG_SND_SOC_QDSP6V2) += platform_dlkm.o
  220. platform_dlkm-y := $(PLATFORM_OBJS)
  221. obj-$(CONFIG_SND_SOC_SM8150) += machine_dlkm.o
  222. machine_dlkm-y := $(MACHINE_OBJS)
  223. obj-$(CONFIG_SND_SOC_SM6150) += machine_dlkm.o
  224. machine_dlkm-y := $(MACHINE_OBJS)
  225. obj-$(CONFIG_SND_SOC_SA6155) += machine_dlkm.o
  226. machine_dlkm-y := $(MACHINE_OBJS)
  227. obj-$(CONFIG_SND_SOC_QCS405) += machine_dlkm.o
  228. machine_dlkm-y := $(MACHINE_OBJS)
  229. obj-$(CONFIG_SND_SOC_KONA) += machine_dlkm.o
  230. machine_dlkm-y := $(MACHINE_OBJS)
  231. obj-$(CONFIG_SND_SOC_LAHAINA) += machine_dlkm.o
  232. machine_dlkm-y := $(MACHINE_OBJS)
  233. obj-$(CONFIG_SND_SOC_WAIPIO) += machine_dlkm.o
  234. machine_dlkm-y := $(MACHINE_OBJS)
  235. obj-$(CONFIG_SND_SOC_KALAMA) += machine_dlkm.o
  236. machine_dlkm-y := $(MACHINE_OBJS)
  237. obj-$(CONFIG_SND_SOC_PINEAPPLE) += machine_dlkm.o
  238. machine_dlkm-y := $(MACHINE_OBJS)
  239. obj-$(CONFIG_SND_SOC_HOLI) += machine_dlkm.o
  240. machine_dlkm-y := $(MACHINE_OBJS)
  241. obj-$(CONFIG_SND_SOC_LITO) += machine_dlkm.o
  242. machine_dlkm-y := $(MACHINE_OBJS)
  243. obj-$(CONFIG_SND_SOC_BENGAL) += machine_dlkm.o
  244. machine_dlkm-y := $(MACHINE_OBJS)
  245. obj-$(CONFIG_SND_SOC_SA8155) += machine_dlkm.o
  246. machine_dlkm-y := $(MACHINE_OBJS)
  247. obj-$(CONFIG_SND_SOC_SDX) += machine_dlkm.o
  248. machine_dlkm-y := $(MACHINE_OBJS)
  249. # inject some build related information
  250. DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"