# ==================== COMPILATION RELATED SETTINGS ====================# Path to the kernel sources (from "./driver", if relative path is used)KSOURCE_DIR=/opt/intel/linux-socfpga-rel_socfpga-4.9.78-ltsi_18.08.02_pr# Cross compiler "prepend" stringCROSS_COMPILE=arm-linux-gnueabihf-# ArchitectureARCH=arm# Compile with debug informationCMA_DEBUG?=0# ==================== DRIVER RELATED SETTINGS ====================# Node name used in "/dev" folderDRIVER_NODE_NAME="cma"# Unique (across system) ioctl magic number. Every ioctl interface should have one.CMA_IOC_MAGIC=0xf2