Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.3 11 lines 290 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Copyright (C) ST-Ericsson SA 2010 4# Author: Shujuan Chen (shujuan.chen@stericsson.com) 5# 6ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG 7CFLAGS_hash_core.o := -DDEBUG 8endif 9 10obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += ux500_hash.o 11ux500_hash-objs := hash_core.o