Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot
[platform/kernel/u-boot.git] / drivers / ram / stm32mp1 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2 #
3 # Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4 #
5
6 obj-y += stm32mp1_ram.o
7 obj-y += stm32mp1_ddr.o
8
9 obj-$(CONFIG_STM32MP1_DDR_INTERACTIVE) += stm32mp1_interactive.o
10 obj-$(CONFIG_STM32MP1_DDR_TESTS) += stm32mp1_tests.o
11 obj-$(CONFIG_STM32MP1_DDR_TUNING) += stm32mp1_tuning.o
12
13 ifneq ($(DDR_INTERACTIVE),)
14 CFLAGS_stm32mp1_interactive.o += -DCONFIG_STM32MP1_DDR_INTERACTIVE_FORCE=y
15 endif