2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-02-05 13:18:13 +08:00
|
|
|
obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += crypto4xx.o
|
2017-08-25 21:47:20 +08:00
|
|
|
crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o
|
2016-04-18 18:57:41 +08:00
|
|
|
crypto4xx-$(CONFIG_HW_RANDOM_PPC4XX) += crypto4xx_trng.o
|