stm32mp1: ram: add tests in DDR interactive mode
[oweals/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
12 ifneq ($(DDR_INTERACTIVE),)
13 CFLAGS_stm32mp1_interactive.o += -DCONFIG_STM32MP1_DDR_INTERACTIVE_FORCE=y
14 endif