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

TARGETS = host stm32f4
PROGS = test_i2c
test_i2c_SOURCES = test_i2c.cc

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

include $(BASE)/build/top.mk