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

TARGETS = stm32f1
PROGS = test_lcd
test_lcd_SOURCES = test_lcd.cc

MODULES = ucoo/intf ucoo/utils ucoo/hal/gpio ucoo/hal/spi ucoo/dev/lcd

include $(BASE)/build/top.mk