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:
cmcmanis
2014-02-09 13:39:08 -08:00
committed by Piotr Esden-Tempski
parent 4defd3e1d2
commit ae9c116e30
14 changed files with 1939 additions and 0 deletions

View 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