Kbuild 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. TARGET_KERNEL_VERSION := 4.9
  9. # These are configurable via Kconfig for kernel-based builds
  10. # Need to explicitly configure for Android-based builds
  11. ifeq ($(CONFIG_ARCH_SDM845), y)
  12. TARGET_KERNEL_VERSION := 4.9
  13. endif
  14. ifeq ($(CONFIG_ARCH_SDM670), y)
  15. TARGET_KERNEL_VERSION := 4.9
  16. endif
  17. ifeq ($(CONFIG_ARCH_SM8150), y)
  18. TARGET_KERNEL_VERSION := 4.14
  19. endif
  20. ifeq ($(CONFIG_ARCH_SM6150), y)
  21. TARGET_KERNEL_VERSION := 4.14
  22. endif
  23. ifeq ($(CONFIG_ARCH_QCS405), y)
  24. TARGET_KERNEL_VERSION := 4.14
  25. endif
  26. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  27. TARGET_KERNEL_VERSION := 4.14
  28. endif
  29. KDIR := $(TOP)/kernel/msm-$(TARGET_KERNEL_VERSION)
  30. ifeq ($(KERNEL_BUILD), 1)
  31. AUDIO_ROOT := $(KDIR)/techpack/audio
  32. endif
  33. ifeq ($(KERNEL_BUILD), 0)
  34. ifeq ($(CONFIG_ARCH_SDM845), y)
  35. include $(AUDIO_ROOT)/config/sdm845auto.conf
  36. export
  37. INCS += -include $(AUDIO_ROOT)/config/sdm845autoconf.h
  38. endif
  39. ifeq ($(CONFIG_ARCH_SDM670), y)
  40. include $(AUDIO_ROOT)/config/sdm670auto.conf
  41. export
  42. INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
  43. endif
  44. ifeq ($(CONFIG_ARCH_SDM450), y)
  45. include $(AUDIO_ROOT)/config/sdm670auto.conf
  46. export
  47. INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
  48. endif
  49. ifeq ($(CONFIG_ARCH_SM6150), y)
  50. include $(AUDIO_ROOT)/config/sm8150auto.conf
  51. export
  52. INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
  53. endif
  54. ifeq ($(CONFIG_ARCH_SM8150), y)
  55. include $(AUDIO_ROOT)/config/sm8150auto.conf
  56. export
  57. INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
  58. endif
  59. ifeq ($(CONFIG_ARCH_QCS405), y)
  60. include $(AUDIO_ROOT)/config/qcs405auto.conf
  61. export
  62. INCS += -include $(AUDIO_ROOT)/config/qcs405autoconf.h
  63. endif
  64. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  65. include $(AUDIO_ROOT)/config/sm8150auto.conf
  66. export
  67. INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
  68. endif
  69. endif
  70. # As per target team, build is done as follows:
  71. # Defconfig : build with default flags
  72. # Slub : defconfig + CONFIG_SLUB_DEBUG := y +
  73. # CONFIG_SLUB_DEBUG_ON := y + CONFIG_PAGE_POISONING := y
  74. # Perf : Using appropriate msmXXXX-perf_defconfig
  75. #
  76. # Shipment builds (user variants) should not have any debug feature
  77. # enabled. This is identified using 'TARGET_BUILD_VARIANT'. Slub builds
  78. # are identified using the CONFIG_SLUB_DEBUG_ON configuration. Since
  79. # there is no other way to identify defconfig builds, QTI internal
  80. # representation of perf builds (identified using the string 'perf'),
  81. # is used to identify if the build is a slub or defconfig one. This
  82. # way no critical debug feature will be enabled for perf and shipment
  83. # builds. Other OEMs are also protected using the TARGET_BUILD_VARIANT
  84. # config.
  85. ############ UAPI ############
  86. UAPI_DIR := uapi
  87. UAPI_INC := -I$(AUDIO_ROOT)/include/$(UAPI_DIR)
  88. ############ COMMON ############
  89. COMMON_DIR := include
  90. COMMON_INC := -I$(AUDIO_ROOT)/$(COMMON_DIR)
  91. ############ IPC ############
  92. ifdef CONFIG_MSM_QDSP6_APRV2_RPMSG
  93. APRV_GLINK += apr.o
  94. APRV_GLINK += apr_v2.o
  95. APRV_GLINK += apr_tal_rpmsg.o
  96. endif
  97. ifdef CONFIG_MSM_QDSP6_APRV3_RPMSG
  98. APRV_GLINK += apr.o
  99. APRV_GLINK += apr_v3.o
  100. APRV_GLINK += apr_tal_rpmsg.o
  101. endif
  102. ifdef CONFIG_WCD_DSP_GLINK
  103. WDSP_GLINK += wcd-dsp-glink.o
  104. endif
  105. LINUX_INC += -Iinclude/linux
  106. INCS += $(COMMON_INC) \
  107. $(UAPI_INC)
  108. EXTRA_CFLAGS += $(INCS)
  109. CDEFINES += -DANI_LITTLE_BYTE_ENDIAN \
  110. -DANI_LITTLE_BIT_ENDIAN \
  111. -DDOT11F_LITTLE_ENDIAN_HOST \
  112. -DANI_COMPILER_TYPE_GCC \
  113. -DANI_OS_TYPE_ANDROID=6 \
  114. -DPTT_SOCK_SVC_ENABLE \
  115. -Wall\
  116. -Werror\
  117. -D__linux__
  118. KBUILD_CPPFLAGS += $(CDEFINES)
  119. ifeq ($(KERNEL_BUILD), 0)
  120. KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/dsp/Module.symvers
  121. endif
  122. # Currently, for versions of gcc which support it, the kernel Makefile
  123. # is disabling the maybe-uninitialized warning. Re-enable it for the
  124. # AUDIO driver. Note that we must use EXTRA_CFLAGS here so that it
  125. # will override the kernel settings.
  126. ifeq ($(call cc-option-yn, -Wmaybe-uninitialized),y)
  127. EXTRA_CFLAGS += -Wmaybe-uninitialized
  128. endif
  129. #EXTRA_CFLAGS += -Wmissing-prototypes
  130. ifeq ($(call cc-option-yn, -Wheader-guard),y)
  131. EXTRA_CFLAGS += -Wheader-guard
  132. endif
  133. # If the module name is not "wlan", then the define MULTI_IF_NAME to be the
  134. # same a the QCA CHIP name. The host driver will then append MULTI_IF_NAME to
  135. # any string that must be unique for all instances of the driver on the system.
  136. # This allows multiple instances of the driver with different module names.
  137. # If the module name is wlan, leave MULTI_IF_NAME undefined and the code will
  138. # treat the driver as the primary driver.
  139. ifneq ($(MODNAME), qdsp6v2)
  140. CHIP_NAME ?= $(MODNAME)
  141. CDEFINES += -DMULTI_IF_NAME=\"$(CHIP_NAME)\"
  142. endif
  143. # Module information used by KBuild framework
  144. obj-$(CONFIG_MSM_QDSP6_APRV2_RPMSG) += apr_dlkm.o
  145. obj-$(CONFIG_MSM_QDSP6_APRV3_RPMSG) += apr_dlkm.o
  146. apr_dlkm-y := $(APRV_GLINK)
  147. obj-$(CONFIG_WCD_DSP_GLINK) += wglink_dlkm.o
  148. wglink_dlkm-y := $(WDSP_GLINK)
  149. # inject some build related information
  150. CDEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"