Makefile 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # auto-detect subdirs
  2. ifneq ($(CONFIG_ARCH_QTI_VM), y)
  3. ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
  4. include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
  5. export
  6. endif
  7. ifeq ($(CONFIG_ARCH_SM8150), y)
  8. include $(srctree)/techpack/audio/config/sm8150auto.conf
  9. export
  10. endif
  11. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  12. include $(srctree)/techpack/audio/config/sm8150auto.conf
  13. export
  14. endif
  15. ifeq ($(CONFIG_ARCH_KONA), y)
  16. include $(srctree)/techpack/audio/config/konaauto.conf
  17. endif
  18. ifeq ($(CONFIG_ARCH_LAHAINA), y)
  19. include $(srctree)/techpack/audio/config/lahainaauto.conf
  20. endif
  21. ifeq ($(CONFIG_ARCH_HOLI), y)
  22. include $(srctree)/techpack/audio/config/holiauto.conf
  23. endif
  24. ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
  25. include $(srctree)/techpack/audio/config/sdxlemurauto.conf
  26. export
  27. endif
  28. endif
  29. # Use USERINCLUDE when you must reference the UAPI directories only.
  30. USERINCLUDE += \
  31. -I$(srctree)/techpack/audio/include/uapi/audio
  32. # Use LINUXINCLUDE when you must reference the include/ directory.
  33. # Needed to be compatible with the O= option
  34. LINUXINCLUDE += \
  35. -I$(srctree)/techpack/audio/include/uapi \
  36. -I$(srctree)/techpack/audio/include/uapi/audio \
  37. -I$(srctree)/techpack/audio/include/asoc \
  38. -I$(srctree)/techpack/audio/include
  39. ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
  40. LINUXINCLUDE += \
  41. -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h
  42. endif
  43. ifeq ($(CONFIG_ARCH_SM8150), y)
  44. LINUXINCLUDE += \
  45. -include $(srctree)/techpack/audio/config/sm8150autoconf.h
  46. endif
  47. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  48. LINUXINCLUDE += \
  49. -include $(srctree)/techpack/audio/config/sm8150autoconf.h
  50. endif
  51. ifeq ($(CONFIG_ARCH_KONA), y)
  52. LINUXINCLUDE += \
  53. -include $(srctree)/techpack/audio/config/konaautoconf.h
  54. endif
  55. ifeq ($(CONFIG_ARCH_LAHAINA), y)
  56. LINUXINCLUDE += \
  57. -include $(srctree)/techpack/audio/config/lahainaautoconf.h
  58. endif
  59. ifeq ($(CONFIG_ARCH_HOLI), y)
  60. LINUXINCLUDE += \
  61. -include $(srctree)/techpack/audio/config/holiautoconf.h
  62. endif
  63. ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
  64. LINUXINCLUDE += \
  65. -include $(srctree)/techpack/audio/config/sdxlemurautoconf.h
  66. endif
  67. obj-y += soc/
  68. obj-y += dsp/
  69. obj-y += ipc/
  70. obj-y += asoc/