summaryrefslogtreecommitdiff
path: root/ucoo/hal/i2c/test/Makefile
blob: ca6915e40012b1a57737f6431bfe0f39d012c35b (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

include $(BASE)/build/top.mk