Makefile 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # auto-detect subdirs
  2. ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
  3. include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
  4. export
  5. endif
  6. ifeq ($(CONFIG_ARCH_SM8150), y)
  7. include $(srctree)/techpack/audio/config/sm8150auto.conf
  8. export
  9. endif
  10. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  11. include $(srctree)/techpack/audio/config/sm8150auto.conf
  12. export
  13. endif
  14. ifeq ($(CONFIG_ARCH_KONA), y)
  15. include $(srctree)/techpack/audio/config/konaauto.conf
  16. endif
  17. # Use USERINCLUDE when you must reference the UAPI directories only.
  18. USERINCLUDE += \
  19. -I$(srctree)/techpack/audio/include/uapi/audio
  20. # Use LINUXINCLUDE when you must reference the include/ directory.
  21. # Needed to be compatible with the O= option
  22. LINUXINCLUDE += \
  23. -I$(srctree)/techpack/audio/include/uapi/audio \
  24. -I$(srctree)/techpack/audio/include
  25. ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
  26. LINUXINCLUDE += \
  27. -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h
  28. endif
  29. ifeq ($(CONFIG_ARCH_SM8150), y)
  30. LINUXINCLUDE += \
  31. -include $(srctree)/techpack/audio/config/sm8150autoconf.h
  32. endif
  33. ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
  34. LINUXINCLUDE += \
  35. -include $(srctree)/techpack/audio/config/sm8150autoconf.h
  36. endif
  37. ifeq ($(CONFIG_ARCH_KONA), y)
  38. LINUXINCLUDE += \
  39. -include $(srctree)/techpack/audio/config/konaautoconf.h
  40. endif
  41. obj-y += soc/
  42. obj-y += dsp/
  43. obj-y += ipc/
  44. obj-y += asoc/