Fixed typo in declaration of OBJ variable.

This commit is contained in:
Jared Boone
2012-06-07 16:27:51 -07:00
parent fe9b6689d0
commit b434689250

View File

@ -53,7 +53,7 @@ LDSCRIPT ?= $(BINARY).ld
LDFLAGS += -L$(TOOLCHAIN_DIR)/lib/armv7e-m/fpu \ LDFLAGS += -L$(TOOLCHAIN_DIR)/lib/armv7e-m/fpu \
-L$(LIBOPENCM3)/lib -T$(LDSCRIPT) -nostartfiles \ -L$(LIBOPENCM3)/lib -T$(LDSCRIPT) -nostartfiles \
-Wl,--gc-sections -Xlinker -Map=$(BINARY).map -Wl,--gc-sections -Xlinker -Map=$(BINARY).map
OBJ = $(SRC:.c=.o) OBJ = $(SRC:.c=.o)
# Be silent per default, but 'make V=1' will show all compiler calls. # Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1) ifneq ($(V),1)