diff options
author | Matt Porter <mporter@konsulko.com> | 2015-05-05 15:00:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:24 -0400 |
commit | 2d18ef2364fd3561aaffe97ee3e5e540a40a835d (patch) | |
tree | ba4b6840252c909fd9aebb2f52ed24964b4a95e1 /arch/arm/cpu/armv7m/Makefile | |
parent | f99993c10882f7dc8ec35993d5febe59aac01e6a (diff) |
ARMv7M: add STM32F1 support
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash.
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/armv7m/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7m/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7m/Makefile b/arch/arm/cpu/armv7m/Makefile index b662e03428..93a19566f5 100644 --- a/arch/arm/cpu/armv7m/Makefile +++ b/arch/arm/cpu/armv7m/Makefile @@ -8,4 +8,5 @@ extra-y := start.o obj-y += cpu.o +obj-$(CONFIG_STM32F1) += stm32f1/ obj-$(CONFIG_STM32F4) += stm32f4/ |