Move STM32-specific source to lib/stm32 subdir.

This commit is contained in:
Uwe Hermann
2010-12-30 02:12:31 +01:00
parent bcce98da54
commit 8e084b1517
21 changed files with 3 additions and 394 deletions

View File

@@ -29,7 +29,7 @@ TOOLCHAIN_DIR = ../../../..
CFLAGS += -Os -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include -fno-common \
-mcpu=cortex-m3 -mthumb
LDSCRIPT = $(BINARY).ld
LDFLAGS += -L$(TOOLCHAIN_DIR)/lib -T$(LDSCRIPT) -nostartfiles \
LDFLAGS += -L$(TOOLCHAIN_DIR)/lib/stm32 -T$(LDSCRIPT) -nostartfiles \
-Wl,--gc-sections
OBJS += $(BINARY).o