Pulling in some of the makefile changes that are in master into this
branch to make merging easier later on.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
4defd3e1d2
commit
ae9c116e30
10
examples/stm32/f4/stm32f4-disco/lcd-serial/Makefile
Normal file
10
examples/stm32/f4/stm32f4-disco/lcd-serial/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user