zephyr/samples/drivers/dma/Makefile
Baohong Liu 0096a18d5e samples: Add DMA memory to memory transfer sample app
Add a sample app to show and test how the DMA memory
to memory transfer work.

Origin: Original

Change-Id: I0ff6790d9ba3e188cd2ad93d4c9a9c2405a84ac8
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-07-27 22:17:44 +00:00

6 lines
98 B
Makefile

BOARD ?= arduino_101
KERNEL_TYPE = nano
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc