CFLAGS = -DTEST
OBJS = clock.o console.o

BINARY = spi-mems

LDSCRIPT = ../stm32f429i-discovery.ld

include ../../Makefile.include
