Home | History | Annotate | Download | only in modules
      1 if HAVE_LIBCL
      2 OCL_DIR = ocl
      3 else
      4 OCL_DIR =
      5 endif
      6 
      7 if ENABLE_IA_AIQ
      8 ISP_DIR = isp
      9 else
     10 ISP_DIR =
     11 endif
     12 
     13 SUBDIRS = soft $(ISP_DIR) $(OCL_DIR)
     14