diff options
Diffstat (limited to 'arch/arm/cpu/armv7m/stm32f4/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7m/stm32f4/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/cpu/armv7m/stm32f4/Makefile b/arch/arm/cpu/armv7m/stm32f4/Makefile deleted file mode 100644 index 42d01db..0000000 --- a/arch/arm/cpu/armv7m/stm32f4/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# (C) Copyright 2015 -# Kamil Lulko, <kamil.lulko@gmail.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y += soc.o clock.o timer.o flash.o |