mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
62e139eba3
Causes error: drivers/crypto/ux500/cryp/Makefile:5: *** missing
separator. Stop.
Fixes: af873fcece
("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194")
Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
300 B
Makefile
11 lines
300 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#/*
|
|
# * Copyright (C) ST-Ericsson SA 2010
|
|
# * Author: shujuan.chen@stericsson.com for ST-Ericsson.
|
|
# */
|
|
|
|
ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += ux500_cryp.o
|
|
ux500_cryp-objs := cryp.o cryp_irq.o cryp_core.o
|