summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/dev/avrisp/test/Makefile
blob: 80a83341785d759c92514f6087accdfa629a6155 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = stm32f4
PROGS = test_avrisp
test_avrisp_SOURCES = test_avrisp.cc

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

include $(BASE)/build/top.mk