11 lines
183 B
Makefile
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
|