Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2000-2006 | ||||
3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: GPL-2.0+ | ||||
6 | # | ||||
Patrice Chotard | c729fb2 | 2017-11-16 08:59:21 +0100 | [diff] [blame] | 7 | obj-y += soc.o |
Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 8 | obj-$(CONFIG_STM32F4) += stm32f4/ |
Vikas Manocha | e66c49f | 2016-02-11 15:47:20 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_STM32F7) += stm32f7/ |