Files
libopencm3-examples/examples/stm32/f4/stm32f4-disco/lcd-serial/Makefile
cmcmanis ae9c116e30 Pulling in some of the makefile changes that are in master into this
branch to make merging easier later on.
2015-01-20 16:12:56 -08:00

11 lines
183 B
Makefile

OBJS = sdram.o clock.o console.o lcd-spi.o gfx.o
BINARY = lcd-serial
# we use sin/cos from the library
LDLIBS += -lm
LDSCRIPT = ../stm32f4-disco.ld
include ../../Makefile.include