summaryrefslogtreecommitdiff
path: root/ucoo/dev/avrisp/test/Makefile
blob: 841982798db81426c6493c6c58fce737093e825a (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..

TARGETS = stm32f4
PROGS = test_avrisp
test_avrisp_SOURCES = test_avrisp.cc

MODULES = ucoo/dev/avrisp ucoo/hal/spi ucoo/hal/gpio ucoo/base/test \
	  ucoo/hal/usb ucoo/utils

include $(BASE)/build/top.mk