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

TARGETS = stm32f4
PROGS = test_sdram
test_sdram_SOURCES = test_sdram.stm32f4.cc

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

include $(BASE)/build/top.mk