summaryrefslogtreecommitdiff
path: root/ucoo/hal/spi/test/Makefile
blob: eb872a0643bd8f812f7036a3dabf79bdfbc19d82 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = stm32f4
PROGS = test_spi
test_spi_SOURCES = test_spi.cc

MODULES = ucoo/hal/spi ucoo/hal/gpio ucoo/utils ucoo/base/test ucoo/hal/usb

include $(BASE)/build/top.mk