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

TARGETS = stm32f1
PROGS = test_lcd
test_lcd_SOURCES = test_lcd.cc

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

include $(BASE)/build/top.mk