]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - configure.ac
Build CMEM library only if platform is specified.
[ipc/ipcdev.git] / configure.ac
index c3458cd535f6b8534d5d2bfa73aad2d3220463e3..7947cf505059e7e3de5022959450f9ec04a4e7ed 100644 (file)
@@ -109,6 +109,7 @@ AS_IF([test "x$PLATFORM" = "xdra7xx"],
 # Ignore KERNEL path when no platform is set
 AS_IF([test "x$PLATFORM" = "x"], [KERNEL_INSTALL_DIR=])
 AS_IF([test "x$PLATFORM" = "x"], [DRM_PREFIX=])
+AS_IF([test "x$PLATFORM" = "x"], [CMEM_INSTALL_DIR=])
 
 # Export optional user variable to Makefile(s)
 AC_SUBST([PLATFORM])