diff options
Diffstat (limited to 'arch/arm/mach-stm32/stm32f4/Makefile')
-rw-r--r-- | arch/arm/mach-stm32/stm32f4/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/stm32f4/Makefile b/arch/arm/mach-stm32/stm32f4/Makefile new file mode 100644 index 0000000000..42d01db14d --- /dev/null +++ b/arch/arm/mach-stm32/stm32f4/Makefile @@ -0,0 +1,11 @@ +# +# (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 |