Merge branch 'next' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / drivers / rng / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2019, Linaro Limited
4 #
5
6 obj-$(CONFIG_DM_RNG) += rng-uclass.o
7 obj-$(CONFIG_RNG_MESON) += meson-rng.o
8 obj-$(CONFIG_RNG_SANDBOX) += sandbox_rng.o
9 obj-$(CONFIG_RNG_STM32MP1) += stm32mp1_rng.o