Files
libopencm3-examples/examples/stm32/f4/stm32f429i-discovery/lcd-serial/Makefile
Piotr Esden-Tempski d29e4d2b7c [stm32f429i-discovery] Moved Chucks remaining examples to the correct directory.
Additionally added Chucks readme to the stm32f429i-discovery board
readme.
2015-01-22 18:38:16 -08:00

11 lines
190 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 = ../stm32f429i-discovery.ld
include ../../Makefile.include