Home | History | Annotate | Download | only in tests
      1 #=====================================================================
      2 # Include Subdirectories
      3 #=====================================================================
      4 
      5 # Not building RSoV tests in PDK builds.
      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