Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
5 lines
222 B
Makefile
5 lines
222 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_SUN8I_SS) += sun8i-ss.o
|
|
sun8i-ss-y += sun8i-ss-core.o sun8i-ss-cipher.o
|
|
sun8i-ss-$(CONFIG_CRYPTO_DEV_SUN8I_SS_PRNG) += sun8i-ss-prng.o
|
|
sun8i-ss-$(CONFIG_CRYPTO_DEV_SUN8I_SS_HASH) += sun8i-ss-hash.o
|