mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 15:35:06 +07:00
42e37c2edd
Instead of adding CFLAGS_<basename>.o to every file, let's use ccflags-y, which is effective for all C files in the directory. No behavior change. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
10 lines
321 B
Makefile
10 lines
321 B
Makefile
#/*
|
|
# * Copyright (C) ST-Ericsson SA 2010
|
|
# * Author: shujuan.chen@stericsson.com for ST-Ericsson.
|
|
# * License terms: GNU General Public License (GPL) version 2 */
|
|
|
|
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
|