Home | History | Annotate | Download | only in rsov
      1 #=====================================================================
      2 # Include Subdirectories
      3 #=====================================================================
      4 
      5 # Not building RSoV modules in PDK builds, as libSPIRV is not available in PDK.
      6 ifneq ($(TARGET_BUILD_PDK), true)
      7 
      8 LOCAL_PATH:=$(call my-dir)
      9 
     10 include $(call all-makefiles-under,$(LOCAL_PATH))
     11 
     12 endif # TARGET_BUILD_PDK
     13