]> Git Repo - linux.git/blob - drivers/misc/cb710/Makefile
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux.git] / drivers / misc / cb710 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 ccflags-$(CONFIG_CB710_DEBUG)   := -DDEBUG
3
4 obj-$(CONFIG_CB710_CORE)        += cb710.o
5
6 cb710-y                         := core.o sgbuf2.o
7 cb710-$(CONFIG_CB710_DEBUG)     += debug.o
This page took 0.026679 seconds and 4 git commands to generate.